Popularity
1.1
Stable
Activity
0.0
Stable
19
3
3

Programming language: Rust
License: Apache License 2.0
Tags: Database     Couchdb     Couch     Nosql    
Latest version: v0.6.0

couchdb alternatives and similar packages

Based on the "CouchDB" category.
Alternatively, view couchdb alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of couchdb or a related project?

Add another 'CouchDB' Package

README

CouchDB

Build Status


This project is reborn!

As of its v0.6.0 release, the couchdb crate has new life as a toolkit instead of providing a full-blown client.

In a nutshell, the couchdb crate now provides passive, “building-block” types for working with CouchDB in Rust. Applications may use as few or as many of these types as makes the most sense. Actual HTTP communication with a CouchDB server is now accomplished by some other means, such as hyper or reqwest.

Project roadmap

The latest release is v0.6.0, which was released 2017-07-17.

The next release is expected to be v0.6.1 and has no schedule.

License

CouchDB-rs is licensed under either of:

Feedback

Do you find this crate useful? Not useful? Please send feedback!


*Note that all licence references and agreements mentioned in the couchdb README section above are relevant to that project's source code only.