11 releases (6 breaking)

Uses old Rust 2015

0.6.0 Jul 17, 2017
0.5.1 Feb 12, 2016
0.3.1 Dec 22, 2015
0.2.0 Oct 17, 2015

#1915 in Database interfaces

Download history 1/week @ 2023-12-06 1/week @ 2023-12-13 13/week @ 2023-12-27 4/week @ 2024-01-03 7/week @ 2024-01-17 11/week @ 2024-01-24 4/week @ 2024-01-31 9/week @ 2024-02-07 18/week @ 2024-02-14 68/week @ 2024-02-21 36/week @ 2024-02-28 8/week @ 2024-03-06 4/week @ 2024-03-13

62 downloads per month

MIT/Apache

105KB
2K SLoC

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!

Dependencies

~7.5MB
~175K SLoC