0.2.0 • Published 7 years ago

stormer-mysql v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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
0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago