Hacker News new | ask | show | jobs
by dobs 3270 days ago
You might be interested in postgraphql: https://github.com/postgraphql/postgraphql

Otherwise it depends on your GraphQL implementation and what DB adapters or ORMs they support. For example, `graphql-ruby` includes a generator for a Rails-compatible GraphQL schema.

1 comments

Anyone aware of a MySQL equivalent?
If it helps there's official SQLAlchemy support from Graphene, so you could use that with MySQL (provided you like using Python). If you use DataLoader with it then you should be pretty database agnostic.