caminte
caminte copied to clipboard
Any plan to support GraphQL?
The idea would be as follow GraphQL Schema to CarminteJS Shema (GraphQL -> AST -> Carminte)
Then support OpenCRUD for the queries.
This is what prisma is doing right now and as GraphQL seems to be the next generic query language, it might worth taking a look =)
I just wanted to add a bit.. TypeORM and caminte both are doing most of the things in common. I guess caminte is sleek though, If you guys can add GraphQL support you guys would become awesome.
In the meantime, I discovered Graphql-box https://www.npmjs.com/package/graphql-box I still did not have time to play with it but it might be a good alternative… at least for the time to have an ORM which would compile the queries.