Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Allow JSON format to be an array (vs. an object) to support full DB exports #1

Description

@BigBlueHat

Right now you can only export a single query at a time. It'd be fabulous to put several of these together into a single DB export JSON as a simple JSON array of these export objects.

It could be something similar to CouchDB's bulk docs format:
{"exports":[{"query"....},{"query"....}]}

or just an array
[{"query"....},{"query"....}]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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