0.0.1 • Published 9 years ago

couch-leveldown v0.0.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

js-standard-style

CouchDown

A LevelDOWN compliant backend built on top of Abstract-LevelDOWN using Apache CouchDB as the backend.

Installation

npm i -S couchdown

Usage

var levelup = require('levelup')
var CouchDown = require('couchdown')

var db = levelup('http://localhost:5894/db', {db: CouchDown})

TODO

  • Implement AbstractChainedBatch
  • Implement AbstractIterator
  • More tests