Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 524 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 524 Bytes

Couchette

Couchette is an experimental implementation of CouchDB in C, funded by Codethink. It's using GLib and in particular GVariant for the on-disk storage, combined with a write-append btree implementation from BZero's LDAPd implementation for BSD (http://www.bzero.se/ldapd/).

TODO

Currently get crashes appearring from unaligned gvalues. Multiple aspects to this, currenlt working on adding more debugging to gvariant to help figure the issues.