You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you provide examples on how to use delete, patch etc as well.
New to Convex and so far the svelte examples are VERY basic.
Its fine to query a db, but what about the CRUD operations? It would really help if you can expand on how that is used.
Convex docs are mostly based around React examples. Which is not helpful.
Could you provide examples on how to use delete, patch etc as well.
New to Convex and so far the svelte examples are VERY basic.
Its fine to query a db, but what about the CRUD operations? It would really help if you can expand on how that is used.
Convex docs are mostly based around React examples. Which is not helpful.
eg: I have
/src/convex/tasks.ts
then in
src/routes/page.svelte
But then this: How do I send an id?
The text was updated successfully, but these errors were encountered: