Loading...
Computers and technology — programming languages, software, hardware, internet services, security, artificial intelligence, and more. Explore thousands of tech resources organized by a knowledgeable community of editors.
56203 resources
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!
Provides ODBC recordsets just like STL containers, including writing the contents back to the database.
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.
OCI C++ Interface Library. Download, sample applications, bug tracker.
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]
A C++ API for MySQL. Tries to make working with queries as easy as working with other STL containers.
Highly portable, lightweight database manager, usable from several languages.
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]
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]
Database library for MySQL. The Singleton architecture of the database library provides simplicity and efficiency for Model-View-Controller type architectures. [Open Source, GPL]