express-session-sqlite

JSON →
library 2.1.1 ·javascript
verified Jun 7, 2026

SQLite-backed session store for express-session, written in TypeScript. Version 2.1.1 is the current stable release. It requires the `sqlite3` package (or compatible driver) as a peer dependency. The factory pattern allows integration with any express-session-compatible middleware. Key differentiator: it provides a simple, well-tested SQLite solution with configurable TTL, cleanup interval, and session ID prefix, targeting Node.js environments where SQLite is preferred over memory or external databases.