-
Notifications
You must be signed in to change notification settings - Fork 22
Administration of CouchDB
Nicolas Raoul edited this page Jun 22, 2018
·
4 revisions
CouchDB has its user interface called "Futon".
By default,
http://localhost:5984/_utils/
A CouchDB instance can have multiple "database", which is something like a table in relational databases.
NemakiWare creates and uses the following databases:
- main (by default, "bedroom")
- archive
Main database stores almost all the data and the query view for NemakiWare, while archive database stores archived data of deleted items.
Secure connection to CouchDB(Basic Auth, Proxy etc.) is not supported by NemakiWare at present.