mibes / couch-rs

CouchDB library for Rust
Apache License 2.0
59 stars 17 forks source link

Add a delete index function #29

Closed kingledion closed 1 year ago

kingledion commented 1 year ago

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.

kingledion commented 1 year ago

PR here: https://github.com/mibes/couch-rs/pull/30

mibes commented 1 year ago

Merged in develop branch