Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webinarium/bdblib

This library is an upper-level layer on top of Berkeley DB.
https://github.com/webinarium/bdblib

berkeley-db c-plus-plus serialization

Last synced: 12 days ago
JSON representation

This library is an upper-level layer on top of Berkeley DB.

Awesome Lists containing this project

README

        

This library is an upper-level layer on top of [Berkeley DB](http://www.oracle.com/technology/products/berkeley-db) library. Main goals of the library are to simplify original Berkeley DB API, and to add seamless serialization.

* [Library Building](//github.com/webinarium/bdblib/wiki/Library-Building)
* [Runtime Logging](//github.com/webinarium/bdblib/wiki/Runtime-Logging)
* [Databases](//github.com/webinarium/bdblib/wiki/Databases)
* [Serialization](//github.com/webinarium/bdblib/wiki/Serialization)
* [Sequences](//github.com/webinarium/bdblib/wiki/Sequences)
* [Tables](//github.com/webinarium/bdblib/wiki/Tables)
* [Indexes](//github.com/webinarium/bdblib/wiki/Indexes)
* [Natural Joins](//github.com/webinarium/bdblib/wiki/Natural-Joins)
* [Foreign Keys](//github.com/webinarium/bdblib/wiki/Foreign-Keys)
* [Library Reference](//webinarium.github.io/bdblib/)