Skip to content

Support _bulk_docs format support #24

@tlvince

Description

@tlvince

Sometimes its more convenient to group documents as one JSON file in bulk docs format, e.g.:

{
  "docs": [
    {
      "_id": "london",
      "name": "London"
    },
    {
      "_id": "berlin",
      "name": "Berlin"
    }
  ]
}

Currently couchdb-{compile,push} operate at a per-document level, which can become unwieldy in some scenarios, for example DB seeding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions