🗄 🔍 ⚡️ MinDB


An easy-to-use data-store with a schema-based document-oriented collection model. Simple but powerful query system inspired by MongoDB and Mongoose.
__MinDB is still in the initial implementation stages and should NOT be used in production (yet), as the API is frequently changing.__
Installation
```
bash
npm install mindb --save
``
Usage
$3
``
javascript
const MinDB = require('mindb')
``
$3
``
javascript
import MinDB from 'mindb'
``
$3
``
html
```
Documentation
Futher examples, instructions and docs can be found within the
documentation