1.0.2 • Published 3 years ago

east-couchdb v1.0.2

Weekly downloads
50
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago