0.0.1 • Published 6 years ago

yoctodb v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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
0.0.1

6 years ago