- Debea Database Access Library
Collection of interfaces that map C++ objects to relations in SQL and file databases. Uses plug-in architecture for various SQL RDBMS support and provides a simple interface for query processing and object serialization. [Open Source, LGPL]
http://debea.net
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- hiberlite
A C++ object-relational mapping library inspired by Boost.Serialization. In contrast to most serialization libraries with SQL serializers, C++ objects mapped with hiberlite behave similar to active record pattern. [Open Source, GPL]
http://code.google.com/p/hiberlite/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- OTL
Oracle, Odbc and DB2-CLI Template Library. A set of classes that wrap around the dynamic database programming interfaces of Oracle, DB2 and ODBC. Also provides support for block-updates and other caching mechanisms.
http://otl.sourceforge.net/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- SOCI
A database access library for C++ supporting Oracle, PostgreSQL, Firebird, MySQL, SQLite and MS SQL that makes the illusion of embedding SQL queries in the regular C++ code, staying entirely within the Standard C++. [Open Source]
http://soci.sourceforge.net/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- Tntdb
A c++-class-library for easy database-access. It implements a simple database independent layer, which loads drivers at runtime. Currently drivers for postgresql, sqlite3, mysql and oracle are provided. [Open Source, LGPL]
http://www.tntnet.org/tntdb.html
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
|