Closed kingledion closed 1 year ago
Add a delete index function that will call DELETE on _index.
_index
This functionality will be required for a CouchDB "migration tool" that will allow programmatic control of indices from rust code.
PR here: https://github.com/mibes/couch-rs/pull/30
Merged in develop branch
develop
Add a delete index function that will call DELETE on
_index
.This functionality will be required for a CouchDB "migration tool" that will allow programmatic control of indices from rust code.