lzztt / koa-session-minimal

Minimal implementation of session middleware for Koa 2
MIT License
75 stars 13 forks source link

add a store for the Sequelize ORM #3

Closed natesilva closed 7 years ago

natesilva commented 7 years ago

a new session store backed by Sequelize, that has been tested against SQLite, MySQL, PostgreSQL and SQL Server

lzztt commented 7 years ago

looks good, natesilva. Thanks for the pull request!