drizzle-kit and bun:sqlite
How do I work with bun:sqlite in drizzle-kit? I set up a config file without a driver, and it seemed to default to better-sqlite3, which doesn't have bindings for bun (that i know of).
In the meantime, I'm running drizzle-kit through node, but I'd like to avoid the multiple runtimes if possible!
2 Replies
did oyu figure this out
nope, I just continued to operate drizzle-kit on node, with my project code on Bun.