express-mysql-session

JSON →
library 1.0.1 ·javascript
verified Jun 5, 2026

A MySQL session store for express.js, version 1.0.1. This package provides a session store implementation backed by MySQL, designed to work with the express-session middleware. It uses the mysql npm package internally but also supports passing an existing connection or pool. The store creates a session table automatically and supports custom table schemas. It is actively maintained and ships TypeScript type definitions.