Skip to content

Instantly share code, notes, and snippets.

@thisivan
Created December 2, 2009 18:42
Show Gist options
  • Save thisivan/247428 to your computer and use it in GitHub Desktop.
Save thisivan/247428 to your computer and use it in GitHub Desktop.
CouchDB Snippets

CouchDB Snippets

Delete all your CouchDB databases:

rm -Rf /usr/local/var/lib/couchdb/*

URL to browse CouchDB databases: 127.0.0.1:5984/_utils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment