couch-multipart-stream

Create a stream so that you can upload a document with attachments to CouchDB efficiently in multipart/related format

Usage no npm install needed!

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

README

couch-multipart-stream

Create a stream so that you can upload a document with attachments to CouchDB more efficiently in multipart/related format as described in the CouchDB doc.

NPM

Usage

See test/test.js for a full example

Test

npm test

License

MIT