mindb
TypeScript icon, indicating that this package has built-in type declarations

0.8.1 • Public • Published

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

Package Sidebar

Install

npm i mindb

Weekly Downloads

3

Version

0.8.1

License

MIT

Last publish

Collaborators

  • varbrad