hiberlite 0.5 (Default branch) |
|
|
hiberlite provides C++ object-relational mapping
for SQLite 3. Its design and API are inspired by
the Boost.Serialization, which means there is
almost no API to learn. In contrast to most
serialization libraries with SQL serializers, C++
objects mapped with hiberlite behave similar to
active record patterns: you are not forced to
follow the "read all your data/modify some small
part/write everything back" path. It is for people
who need reliable data storage, ACID transactions,
and simple random access to their data files, and
don't like coding in SQL.
|