express-mysql-session

JSON →
library 3.0.3 ·javascript
verified Jun 5, 2026

A MySQL session store for Express.js compatible with express-session. Current stable version is 3.0.3, with regular updates. It automatically creates a sessions table with utf8mb4 collation and supports custom schemas. Key differentiators: simple integration, automatic table creation, MySQL2 only (not mariadb). Note: latest version removed deprecated createPool method; use connection pooling or pass pool directly.