stormer-mysql
v0.2.0
Published
Implementation of Stormer Store for MySQL
Downloads
2
Readme
Stormer MySQL
Implementation of Stormer Store for MySQL
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.
- Fork the repo
- Apply your changes
- Write tests
- Submit your pull request