DEV Community

Discussion on: Wanna play with GraphQL on an existing database

Collapse
 
laueian profile image
Ian Laue

You can try a new open source tool called SwitchQL (github.com/SwitchQL/SwitchQL). I've been working on the project for a while.

You pass it your connection string and it returns everything you need to run a graphql server on top of an existing database. It also returns Apollo compliant client mutation and queries.

We only support Postgres at the moment. If you end up trying it out, please let me know what you think!