  |
http://tangentsoft.net/mysql++/ - http://tangentsoft.net/mysql++/
A C++ API for MySQL. Tries to make working with queries as easy as working with other STL containers. |
  |
MetaKit structured storage - http://www.equi4.com/metakit/
Highly portable, lightweight database manager, usable from several languages. |
  |
freeodbc++ - http://libodbcxx.sourceforge.net/
A C++ library for accessing SQL databases. Designed with standards in mind, so it provides a subset of the well-known JDBC 2.0 and runs on top of ODBC. [Open Source, LGPL] |
  |
Database Template Library - http://dtemplatelib.sourceforge.net/index.htm
Provides ODBC recordsets just like STL containers, including writing the contents back to the database. |
  |
ODBC Broker - http://www.sqldata.com/broker.htm
C/C++ library to access ODBC data sources with only a few lines of code. Now, make dynamic database engines to access any ODBC data sources without knowing about ODBC! |
  |
http://www.tntnet.org/tntdb.hms - http://www.tntnet.org/tntdb.hms
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] |
  |
hiberlite - http://code.google.com/p/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://soci.sourceforge.net/ - http://soci.sourceforge.net/
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://otl.sourceforge.net/ - http://otl.sourceforge.net/
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. |
  |
C++ ResourcePool - http://www.fatalmind.com/software/ResourcePool/cplusplus/
An abstracted C++ database API with advanced transaction management and reliability features. [Open source, GPL] |
  |
http://orapp.sourceforge.net/ - http://orapp.sourceforge.net/
OCI C++ Interface Library. Download, sample applications, bug tracker. |
  |
Debea Database Access Library - http://debea.net
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] |
  |
Mork Parser - http://www.scalingweb.com/mork_parser.php
A Mork database format reader implemented in C++. Mork is a computer file format used by several email clients and web browsers produced by Netscape, and later, Mozilla Foundation. [Open Source, BSD] |
  |
http://www.thesett.co.uk/swdev/ - http://www.thesett.co.uk/swdev/
A class library used to open a Microsoft Access or SQL database. [Open source] |
  |
RudeDatabase - http://www.rudeserver.com/database/index.html
Database library for MySQL. The Singleton architecture of the database library provides simplicity and efficiency for Model-View-Controller type architectures. [Open Source, GPL] |