hiberlite

hiberlite is a C++ object-relational mapping for SQLite 3.
Download

hiberlite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Pavlo Korzhyk
  • Publisher web site:
  • http://code.google.com/p/hiberlite/

hiberlite Tags


hiberlite Description

hiberlite is a C++ object-relational mapping for SQLite 3. 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.


hiberlite Related Software