Skip to content

Instantly share code, notes, and snippets.

@hugs
Created March 2, 2009 22:14
Show Gist options
  • Select an option

  • Save hugs/73018 to your computer and use it in GitHub Desktop.

Select an option

Save hugs/73018 to your computer and use it in GitHub Desktop.
It's almost *too* easy.
$ curl http://localhost:5984/_all_dbs
["db-1","db-2","db-3"]
$ curl -X DELETE http://localhost:5984/db-3
{"ok":true}
$ curl http://localhost:5984/_all_dbs
["db-1","db-2"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment