level-indexed

1.0.2 • Public • Published

level-indexed

A convenience package bundling levelup and indexeddown and exposing the levelup constructor.

npm install level-indexed

Usage

The usual levelup API is available.

var level = require('level-indexed')

var db = level('mydb')

db.put('key', 'value', function (err) {
  db.get('key', function (err, value) {
    console.log(value)
  })
})

Readme

Keywords

Package Sidebar

Install

npm i level-indexed

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

1.38 kB

Total Files

4

Last publish

Collaborators

  • kapetan