kysely
kysely copied to clipboard
Custom dialect for `bun:sqlite`
trafficstars
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.
@igalklebanov That's a link back to this issue 😄
@koskimas haha fml. edited with the real link. 🙃