rexxars / sql-to-graphql

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

Better GraphQL -> SQL #51

Open orefalo opened 6 years ago

orefalo commented 6 years ago

What about the reverse?

Back to the old ORM days, going DB->Object never worked 100% However, going Object -> DB schema always does.

tevaum commented 6 years ago

I agree with @orefalo. Is there any interest in implementing this approach? Or any other tool that does that?