1.1.5 • Published 4 years ago

eez.db v1.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

eez.db

Installation

npm install eez.db --save-dev

Usage

//to write info const db = require("eez.db") const blueprint = new db.Schema({ //allows you to create blueprints "name": "Jake", "age": 12 months })

db.addinfo(blueprint)

//to get info console.log(db.getinfo(blueprint)) //returns a promise so you can output it however you want

//Schemas can also be used as arrays

const data = new db.Schema([

])

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago