Express SQLite Session Store

JSON →
library 0.1.6 ·javascript
verified Jun 7, 2026

SQLite-backed session store for Express.js using better-sqlite3. Version 0.1.6 provides a drop-in replacement for express-session stores with TypeScript support, automatic table creation, and optional WAL mode for better concurrency. Compared to other session stores, it uses synchronous better-sqlite3 API for simplicity and zero dependencies beyond better-sqlite3 and express-session. Ideal for small-to-medium Node.js apps that want session persistence without a full database server.