CouchDB-glib is a GLib-based implementation of the client side protocol for CouchDB, a replication and synchronization database from the Apache project.
Building:
To build it, the following dependencies are needed:
* json-glib >= 0.7.2
* glib and gobject
* libsoup >= 2.4
To actually build it, do the following:
./configure (or ./autogen.sh if there is no configure script)
make
make install
Product's homepage
What's New in This Release: [ read full changelog ]
· Allow saving _design/* or similar documents in couchdb_database_put_document (Moses Palmér)
· Fix couchdb_database_get_design_documents to use the correct JsonObject when creating CouchdbDesignDocument's (Moses Palmér)
· Corrected type of database signal parameters (Moses Palmér)
· Verify that the design doc and view name are not NULL when executing view (Moses Palmér)