leveldb-simply

0.0.7 • Public • Published

leveldb-simply

A simple object-oriented database package made with vweevers's level package


leveldb-simply downloads leveldb-simply version

click for detailed documentation

Install

npm install leveldb-simply level levelup leveldown deasync express

Example

const leveldb = require("leveldb-simply");
const db = new leveldb("./database");
 
db.set("hmm.okey", 22);
db.push("hmm.array", 32);
db.get("hmm"); // {"okey": 22, "array": [32]}

Package Sidebar

Install

npm i leveldb-simply

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

13.4 kB

Total Files

3

Last publish

Collaborators

  • acarfy
  • yigitavci1894