Schema-based document-oriented database for JavaScript.


Keywords
database, nosql, mongodb, mongo, schema, query, document, db, data, browser, datastore, javascript, json-schema, nodejs
License
MIT
Install
npm install mindb@0.8.1

Documentation

🗄 🔍 ⚡️ MinDB

Build Status npm version

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