|
|
News
Apr 21 - hiberlite v0.6 released! Check our downloads
hiberlite
C++ object-relational mapping with API inspired by the Boost.Serialization - that means almost no API to learn.
In contrast to most serialization libraries with SQL serializers, C++ objects mapped with hiberlite behave similar to active record pattern - you are not forced to follow the "read all your data/modify some small part/write everything back" path.
For people who need reliable data storage, ACID transactions, simple random-access to their data files, and don't like coding in SQL.
For the quick introduction read the tutorial.
