1.0.1 • Published 6 years ago

east-couchdb v1.0.1

Weekly downloads
50
License
MIT
Repository
github
Last release
6 years ago

Annotation

couchdb adapter for east migration tool

How to use

Provide couchdb access via environment variables: COUCHDB_USER, COUCHDB_PASSWORD, COUCHDB_HOST, COUCHDB_PORT or COUCHDB_URL

or in .eastrc:

{
    "couchdb": {
        "username": "<username>",
        "password": "<password>",
        "host": "<host>",
        "port": "<port>"
    }
}

or

{
    "couchdb": {
        "url": "http://my.couchdb.server"
    }
}

host is required; username, password, port are optional.

Other options see in east docs.

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago