mindb
v0.8.1
Published
Schema-based document-oriented database for JavaScript.
Downloads
56
Maintainers
Readme
🗄 🔍 ⚡️ 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
npm install mindb --save
Usage
NodeJS
const MinDB = require('mindb')
Webpack/Rollup
import MinDB from 'mindb'
HTML Script
<script src="mindb.min.js" type="text/javascript"></script>
Documentation
Futher examples, instructions and docs can be found within the documentation