Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/couchbaselabs/libcbio
- Owner: couchbaselabs
- License: apache-2.0
- Created: 2012-04-19T10:49:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-24T12:20:51.000Z (over 12 years ago)
- Last Synced: 2024-04-12T16:19:15.420Z (9 months ago)
- Language: C
- Size: 148 KB
- Stars: 2
- Watchers: 147
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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).