Kysely with SQLite on Bun already (kinda) works using the better-sqlite3 driver (installation is still wonky but should be fixed soon). AFAICT bun:sqlite is more performant than better-sqlite3 when using Bun, so it would be great to have a bun:sqlite dialect for Kysely.
I have no experience creating a dialect myself, but I'm guessing it would look similar to this one for deno-sqlite.
Kysely with SQLite on Bun already (kinda) works using the
better-sqlite3
driver (installation is still wonky but should be fixed soon). AFAICTbun:sqlite
is more performant thanbetter-sqlite3
when using Bun, so it would be great to have abun:sqlite
dialect for Kysely.I have no experience creating a dialect myself, but I'm guessing it would look similar to this one for deno-sqlite.