kysely-sqlite

JSON →
library 0.2.0 ·javascript
verified Jun 7, 2026

A Kysely dialect for Node.js native sqlite module (`node:sqlite`) in Node 22+. Version 0.2.0 actively maintained with weekly releases. Key differentiator: uses Node's built-in SQLite binding (no native addon compilation, no better-sqlite3 dependency), making it lightweight and zero-config for Node 22+. Based on the official better-sqlite3 dialect codebase, ensuring similar API patterns.