0.0.6-a • Published 7 years ago

ezpzdb v0.0.6-a

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

EZPZdb is in it's beta stages so a lot of functionality is planned for the future.

npm install ezpzdb

const db = require('ezpzdb')('./database')

db.create("entry1", {
place1: "value1",
place2: "value2"
})

db.find('entry1','place1')
//Returns "value1"
//More examples and all functions found on official docs.

Basic Documentation

More Examples

GitHub

NPM

0.0.6-a

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2-c

7 years ago

0.0.2-b

7 years ago

0.0.2-a

7 years ago

0.0.2

7 years ago

0.0.1-b

7 years ago

0.0.1-a

7 years ago

0.0.1

7 years ago