Skip to content
/ mindb Public

๐Ÿ—„ ๐Ÿ” โšก๏ธ Schema-less document-oriented collection model data-store for Node & Browsers.

License

Notifications You must be signed in to change notification settings

varbrad/mindb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

85 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ—„ ๐Ÿ” โšก๏ธ MinDB

Build Status npm version

An easy-to-use data-store with a schema-less 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

About

๐Ÿ—„ ๐Ÿ” โšก๏ธ Schema-less document-oriented collection model data-store for Node & Browsers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published