UNPKG
couchdb-push
Version:
latest (3.1.0)
3.1.0
3.0.0
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.5.0
1.4.1
1.4.0
1.3.2
Deploy CouchDB documents from directory, JSON or module.
github.com/jo/couchdb-push
jo/couchdb-push
couchdb-push
/
test
/
fixtures
/
user.json
8 lines
(7 loc)
•
146 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"_id"
:
"org.couchdb.user:couchdb-push-testuser"
,
"type"
:
"user"
,
"name"
:
"couchdb-push-testuser"
,
"password"
:
"secret"
,
"roles"
:
[
]
}