@house-agency/brewstore
Version:
The Brewery Storage
25 lines (17 loc) • 483 B
Markdown
The Brewery Node.js Storage Library (brewstore)
===============================================
Node version
------------
4.4.3 (LTS)
Content
-------
* [keyvalue](doc/keyvalue.md) - Key/Value storage with redis
* [relational](doc/relational.md) - Tiny relational database connection manager.
Testing
-------
Requires a running mysql and redis. You'll find the connection properties
in the [test.json](test/test.json) file.
::bash
nodenv install
npm i
npm test