1.0.0 • Published 6 years ago
east-couchdb v1.0.0
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.