Kevin

Results 4 issues of Kevin

The docs mention `error` and `completed` events, but these are not being emitted on v6. I suspect that this is the root cause of a number of open issues (#171,...

I'm can't install `better-sqlite3` using the prebuilt binaries on my local machine. My versions are very similar to #1022, but I'm using pnpm. Here's the original error message: ``` kevinkoste...

help wanted
installation
flaky-release

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...

custom dialect
sqlite

This PR adds support for custom serializers to `QueryOptions`, and adds support for custom parsers and serializers to `PGliteOptions`. The change is non-breaking. Our use case is using NUMERIC columns...