Something like curl -X PUT http://127.0.0.1:5984/baseball would create a "baseball" database. Would curl -X DELETE http://127.0.0.1:5984/baseball remove it?
-----Original Message----- From: Dustin Sallings [mailto:[email protected]] Sent: Monday, November 05, 2012 10:03 PM To: [email protected] Subject: Re: Clearing a database. "Kevin Burton" <[email protected]> writes: > I would like to clear all documents out of the database. What would be > a command that would do that? I can remove an individual document but > I am not sure how to remove all documents. Just delete the database. -- dustin
