0.8.1 • Published 7 years ago

mindb v0.8.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

🗄 🔍 ⚡️ 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

0.8.1

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago