logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage CouchDB - Control Database Server | Online Free DevTools by Hexmos

Manage your CouchDB database server with CouchDB command-line tool. Start, stop, and configure the server easily. Free online tool, no registration required.

couchdb

Command-line interface for Apache CouchDB database server. More information: https://couchdb.apache.org.

  • Start CouchDB:

couchdb

  • Start CouchDB interactive shell:

couchdb -i

  • Start CouchDB as a background process:

couchdb -b

  • Kill the background process (Note: It will respawn if needed):

couchdb -k

  • Shutdown the background process:

couchdb -d

See Also