-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve JS docs with one example with Kysely syntax #275
Comments
That's a good suggestion, thanks! We can add the Kysely equivalent to the examples. |
How would you transform this https://github.com/guillempuche/localfirst_react_server/blob/d383ab33a01ffff866d5324dada0e6678c3bc0c6/apps/web/src/pages/page_home.effect.tsx#L9 Right now, I use Discord thread https://discord.com/channels/1138230179878154300/1266491006593798165/1276214618217386035 |
Just to close the loop here: Looks like you got this to work, if I follow the Discord thread?
|
Yes, i did |
https://docs.powersync.com/client-sdk-references/js-web#using-powersync-crud-functions
Apart from showing SQL syntax, show Kysely syntax, e.g.
useQuery(kysely.selectFrom...)
The text was updated successfully, but these errors were encountered: