tsql
tsql copied to clipboard
Look into GraphQL integration for front-end?
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
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/