Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/varbrad/mindb

🗄 🔍 ⚡️ Schema-less document-oriented collection model data-store for Node & Browsers.
https://github.com/varbrad/mindb

browser data datastore db document javascript json-schema mongo mongodb nodejs nosql query schema

Last synced: about 1 month ago
JSON representation

🗄 🔍 ⚡️ Schema-less document-oriented collection model data-store for Node & Browsers.

Awesome Lists containing this project

README

        

# 🗄 🔍 ⚡️ MinDB
[![Build Status](https://travis-ci.org/varbrad/mindb.svg?branch=master)](https://travis-ci.org/varbrad/mindb)
[![npm version](https://badge.fury.io/js/mindb.svg)](https://badge.fury.io/js/mindb)

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

````bash
npm install mindb --save
````

## Usage

### NodeJS
````javascript
const MinDB = require('mindb')
````

### Webpack/Rollup

````javascript
import MinDB from 'mindb'
````

### HTML Script

````html

````

## Documentation
Futher examples, instructions and docs can be found within the [documentation](./docs/MinDB.md)