tsql icon indicating copy to clipboard operation
tsql copied to clipboard

Look into GraphQL integration for front-end?

Open AnyhowStep opened this issue 6 years ago • 1 comments
trafficstars

https://vuex-orm.github.io/plugin-graphql/guide/#actions

https://www.reddit.com/r/typescript/comments/dode2n/which_ormsquery_buildersdrivers_are_your/f5nk262/?context=3

AnyhowStep avatar Oct 29 '19 16:10 AnyhowStep

GraphQL and SQL are very different things.

In particular, GraphQL doesn't support the kind of arbitrary expressions and nested expressions that SQL does. There are GraphQL libraries for SQL databases, though.

Maybe research them.

For example, https://www.graphile.org/postgraphile/

AnyhowStep avatar Feb 02 '20 09:02 AnyhowStep