Description
hiberlite is a 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.
What's New in This Release:
· Transaction support was added.
User Reviews for hiberlite FOR LINUX 1
-
hiberlite FOR LINUX provides hassle-free object-relational mapping for SQLite 3, ideal for those seeking efficient data storage without SQL complexities.