UNPKG

connect-sequelize

Version:

Session store for connect/express sessions via sequelize based on the wonderful work from https://github.com/mweibel

9 lines (7 loc) 309 B
#Change Log ###July 30, 2014 - Merged callback on db.sync ###June 23, 2014 - Add Sequelize as dependency to make consistent with connect-mongo & connect-redis. Options can now contain params for connecting to the database if db connection is not passed. - Update test.js had old signature working.