Sorry, but the question was "how to clean database" but not delete. This is very different things. For example if I have an integration with ElasticSearch: - deleting: search engine doesn't delete documents from search index. - cleaning (remove all documents): removes all documents from search engine
> On Mon, November 5, 2012 23:09, Kevin Burton wrote: >> 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? > http://wiki.apache.org/couchdb/HTTP_database_API#DELETE > CouchDB is pretty well documented (I can assert this as a consumer). Some > answers to your questions can easily be googled. E.g., search keywords > "couchdb delete database" (no quotes), click the first link. > Alex -- Yury Kisliak mailto:[email protected] skype: fas_tm_an
