rexxars / sql-to-graphql

Generate a GraphQL API based on your SQL database structure
MIT License
592 stars 73 forks source link

Add mssql dialect and replace playground with GraphiQL #58

Open johnsoftek opened 5 years ago

johnsoftek commented 5 years ago

If you are interested, please merge. Happy to discuss any changes.

rexxars commented 5 years ago

You're doing awesome work on this! Does things still work on non mssql implementations, or have your fork now been changed to only do mssql?

johnsoftek commented 5 years ago

All dialects should still work. I mostly test with sqlite. Run-time time target is a fork of graphql-mongodb-server that I called graphql-knex-server (I may rename it graphql-sql-server. ). I only transfer config, types and resolvers rather than create a full scaffold. I will rebase soon to tidy up.

joshterrill commented 5 years ago

It would be awesome if this could get merged. What are the changes of that?