Skip to content

schipiga/east-couchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

couchdb adapter for east migration tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published