kysely icon indicating copy to clipboard operation
kysely copied to clipboard

Custom dialect for `bun:sqlite`

Open typedarray opened this issue 2 years ago • 3 comments
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.

typedarray avatar Sep 18 '23 16:09 typedarray

Hey 👋

Does this one fit the description?

igalklebanov avatar Sep 19 '23 08:09 igalklebanov

@igalklebanov That's a link back to this issue 😄

koskimas avatar Sep 19 '23 11:09 koskimas

@koskimas haha fml. edited with the real link. 🙃

igalklebanov avatar Sep 19 '23 11:09 igalklebanov