I have my project in Drizzle ORM, any migration guide?
Or I want to know if there is any fullblown tutorial, that would make it easy for me to understand this system
4 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
the docs are already a good start: https://docs.convex.dev/home
keep in mind Convex is not really an ORM though. so I highly doubt you will find a guide like "drizzle to convex". I would start by looking into what Convex actually is.
That being said Convex can move you away from Drizzle but you would be changing much more from that (your database, possibly even your backend as whole)
Convex Docs | Convex Developer Hub
Convex is the open source, reactive database where queries are TypeScript code
If you install the cursor rules for Convex, it'd probably do a good job if you ask Cursor to start with a fresh convex/schema.ts
aawesome thank you will give that a try