yoctodb
v0.0.1
Published
Simple document based database.
Downloads
4
Readme
Simple document based database
Like MongoDB
Core
The core of this module is a simple library that offers a set of functions to store objects (documents) into a simple database. Those objects can be inserted, queried, updated and deleted. The idea is to make this module as small as possible so it would be easy to run it on very small projects or Node.js apps.
Contributing
If you would like to contribute you can send pull requests. The request should containt information about your changes and how they are going to make module work better.
Installation
npm install --save yoctodb
// Or
yarn add yoctodb