patrickalima98
Explore posts from serversdrizzle orm for deno and sqlite?
Hi, the orm yes! Today, I'm using the sqlite and drizzle with deno for a small CMS in production.
The Drizzle and sqlite (I'm using Turso) works very well with the node compability
npm:drizzle-orm
.
The unique problem You'll have is with migrations (npm:drizzle-kit), because the drizzle migration is build with node workers where is not fully compatible with deno, you can see this comments where suggest a workaround to use very.
https://github.com/denoland/deno/issues/198265 replies