sqlite driver
I haven't found a value for "driver" in
drizzle.config.ts
that works when using Bun SQLite. Does anyone have this working?3 Replies
probably useless, but out of curiosity, have you tried none?
I see in doc that it's for explicitly providing a driver, maybe using Bun SQLite doesn't require this option?
When I remove the "driver" property from
drizzle.config.ts
and run drizzle-kit push:sqlite
I get "Invalid input Either "turso", "libsql", "better-sqlite" are available options for "--driver".Oh okay thanks for trying that out.