{"library":"express-session-sqlite","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"2.1.1","tags":["javascript","express-session","sqlite","express","session","store","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install express-session-sqlite","imports":["import sqliteStoreFactory from 'express-session-sqlite'","const SqliteStore = sqliteStoreFactory(session); const store = new SqliteStore({...})","import type { SqliteStoreOptions } from 'express-session-sqlite'"]},{"cmd":"yarn add express-session-sqlite","imports":[]},{"cmd":"pnpm add express-session-sqlite","imports":[]}],"homepage":"https://github.com/theogravity/express-session-sqlite#readme","github":"https://github.com/theogravity/express-session-sqlite","docs":null,"changelog":null,"pypi":null,"npm":"express-session-sqlite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}