Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/couchbaselabs/libcbio

A library to get / set documents in the database files
https://github.com/couchbaselabs/libcbio

Last synced: 2 days ago
JSON representation

A library to get / set documents in the database files

Awesome Lists containing this project

README

        

libcbio is a small client library that allows you to operate on a
couchbase database file. It utilize the "couchstore" library to do the
actual file io, but provides a clear programming interface to decouple
the internals of couchstore from your application (and hence make the
clients life easier to follow the changes in the library).