{"library":"express-mysql-session","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"3.0.3","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install express-mysql-session","imports":["const MySQLStore = require('express-mysql-session')(session);","import session from 'express-session';\nimport mysqlSession from 'express-mysql-session';\nconst MySQLStore = mysqlSession(session);","const MySQLStore = require('express-mysql-session')(session);\nconst sessionStore = new MySQLStore({}, existingConnection);"]},{"cmd":"yarn add express-mysql-session","imports":[]},{"cmd":"pnpm add express-mysql-session","imports":[]}],"homepage":"https://github.com/chill117/express-mysql-session#readme","github":"git://github.com/chill117/express-mysql-session","docs":null,"changelog":null,"pypi":null,"npm":"express-mysql-session","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}