kysely-generic-sqlite

JSON →
library 1.2.1 ·javascript
verified Jun 7, 2026

Generic Kysely dialect for SQLite that supports execution in both main thread and Node.js worker threads. Version 1.2.1, released regularly on npm. Key differentiators: abstraction over SQLite drivers so you can use any SQLite client (better-sqlite3, bun:sqlite, etc.) by providing an executor function. Includes built-in GenericSqliteDialect for main thread and GenericSqliteWorkerDialect for worker threads, with utilities to build query functions and parse big integers. Requires Kysely >=0.26.