couchdb-service

CouchDB Service for CRUD and other common database tasks

Usage no npm install needed!

<script type="module">
  import couchdbService from 'https://cdn.skypack.dev/couchdb-service';
</script>

README

couchdb-service

CouchDB Service for CRUD and other common database tasks

Create environment file

API_KEY='couchadmin'
API_KEY_PASSWORD='swordfish'
COUCHDB_URL='https://couchdburl.example.com/'