You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is very cool, but I'm wondering about your (or anyone's) thoughts on how to implement a persistence/database layer. It seems there is more effort around generating a GraphQL schema from a database (e.g., Postgraphile, Hasura) rather than the other way around, as seems to be required with the approach here. There's a discussion about this aspect of the problem graphile/crystal#592 here, but nothing particularly satisfying resulted. Maybe I'm just missing something and making this project persist the data is easier than it seems?
The text was updated successfully, but these errors were encountered:
This project is very cool, but I'm wondering about your (or anyone's) thoughts on how to implement a persistence/database layer. It seems there is more effort around generating a GraphQL schema from a database (e.g., Postgraphile, Hasura) rather than the other way around, as seems to be required with the approach here. There's a discussion about this aspect of the problem graphile/crystal#592 here, but nothing particularly satisfying resulted. Maybe I'm just missing something and making this project persist the data is easier than it seems?
The text was updated successfully, but these errors were encountered: