Replies: 1 comment
-
Hey @dcsan thanks for dropping in. This is definitely something we'll build, hopfully for a few languages beside JS too. As you say, the direct queries are just JS strings (which can still have intellisense), but we will also work on native objects/entities (likely with some sort of state/store) to make development easier |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there any way to get some typechecking or inference/intellisense on the queries?
It seems the queries are just plain text strings?
I guess prisma is the best example nowadays in JS land, but could queries at least be as JSON objects, a bit like mongo queries?
https://github.com/crcn/sift.js#readme
Beta Was this translation helpful? Give feedback.
All reactions