Streamlet is a NodeJS-based stream-oriented database optimal for small scale projects that need a high speed method for storing data.
Add Streamlet to your project
npm install privatesuite/streamlet
Create a streamlet instance
const streamlet = require('streamlet')
const db = new Streamlet('./db')
Streamlet uses Mocha and Chai to run tests, If Mocha is installed simpily run mocha
from the root directory.
- Aurame - Initial work
- Puffycheeses - Documentation & Maintenance
This project is licensed under the GNU General Public License v3