Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/webinarium/bdblib
- Owner: webinarium
- License: gpl-3.0
- Created: 2015-03-19T08:58:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T21:32:31.000Z (almost 8 years ago)
- Last Synced: 2023-05-12T08:35:14.250Z (over 1 year ago)
- Topics: berkeley-db, c-plus-plus, serialization
- Language: C++
- Homepage:
- Size: 962 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)