mibes / couch-rs

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

Improve indexing #27

Closed kingledion closed 1 year ago

kingledion commented 1 year ago
mibes commented 1 year ago

Hi Daniel,

Thanks for the PR. I've merged it into develop. I'll review, but prefer to keep the ensure_index function for now and annotate it with #[deprecated()] referring to the insert_index function. In that way we don't break any existing code that relies on this function.