Skip to content

DEPRECATED : Moved to gitlab.glispa.com:ssp/stormer-mysql Implementation of Stormer Store for MySQL

License

Notifications You must be signed in to change notification settings

Avocarrot/stormer-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED Moved to gitlab.glispa.com:ssp/stormer-mysql

Stormer MySQL

Implementation of Stormer Store for MySQL

CircleCI

Requirements

Usage

const mysql = require('mysql');
const Store = require('stormer-mysql').MySqlStore;

// mysql connection options as found here:
//https://www.npmjs.com/package/mysql#connection-options
const options = {}; 

const db = new Store(mysql, options);

Contributing

This project is work in progress and we'd love more people contributing to it.

  1. Fork the repo
  2. Apply your changes
  3. Write tests
  4. Submit your pull request

About

DEPRECATED : Moved to gitlab.glispa.com:ssp/stormer-mysql Implementation of Stormer Store for MySQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published