mibes / couch-rs

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

Add a typed wrapper for Database #41

Closed horacimacias closed 1 month ago

horacimacias commented 1 month ago

In case a database is used to store entries of the same type, this wrapper helps ensuring at compile time that the same database is not used with different types.