Drizzle not being able to push with bun:sqlite
I'm following the bun quickstart and did every step. The problem is that when I try to push content, it doesn't even try to use bun stuff, it seems to default to
better-sqlite3
or @libsql/client
, which doesn't really make sense. If I already have a driver, I don't need another. I didn't seen anything specfic to bun, so was the bun:sqlite
support just dropped?Drizzle ORM - SQLite
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.

0 Replies