couch-leveldown

A leveldown backend for couchdb

Usage no npm install needed!

<script type="module">
  import couchLeveldown from 'https://cdn.skypack.dev/couch-leveldown';
</script>

README

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