On Thu, 09 Apr 2009, Wout Mertens wrote: > This is what I'm interested in as well. > > Actually I guess I'd really want a C library that implements a slow, > single-threaded but correct CouchDB so that mobile apps can use that > for local storage but with replication to the real DB.
I recently developed a CouchDB imitation in python for testing, while I was working on the document update notifications patch. Maybe I can put some effort into porting it to C? It was a purely in-memory store though. --gera.
