express-mysql

0.0.1 • Public • Published

Connect-Mysql

Mysql session store for Connect, Pretty much the same as connect-redis, except slower.

I suggest using redis as it's alot faster.

Only use this if you cant install redis or mongodb and you have mysql installed, of if you just want to try it out :)

connect-redis

============

Options

  • table: the table you want the sessions to save in.
  • host: The database host (usually localhost).
  • database: the database you are going to use.
  • user: the username for the user you are using.
  • pass: the password for that user.
  • prefix: the prefix you will use for the id of the sessions.

this is only for express 4.x.x

=============

If you find an issue, please file a error in the issues here

Creator: Ryan Clough 100%

Readme

Keywords

none

Package Sidebar

Install

npm i express-mysql

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • ryanc1256