epicdb

0.0.1 • Public • Published

epicdb

yarn install epicdb

the simple, modular database that doesn't clog your brain.

Docs

Use epicdb like so:

const epicdb = require("epicdb")
const db = epicdb()

// configure!
db.store("db.json")
db.schema({
	hello: String
})

// data management
db.create({ hello: "world!" })
db.remove({ hello: "world" })

Readme

Keywords

none

Package Sidebar

Install

npm i epicdb

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

7.22 kB

Total Files

6

Last publish

Collaborators

  • vikramvdurai