This is a read-only copy of the MariaDB Knowledgebase generated on 2025-01-31. For the latest, interactive version please visit https://mariadb.com/kb/.

About MariaDB Connector/C++

MariaDB Connector/C++ enables C++ applications to establish client connections to MariaDB database products over TLS.

ConnectorMariaDB Connector/C++
Supported VersionsMariaDB Connector/C++ 1.0
MariaDB Connector/C++ 1.1
Programming LanguageC++11
LicenseGNU Lesser General Public License v2.1

Latest Software Releases

VersionLatest ReleaseLatest Release DateMaturity
MariaDB Connector/C++ 1.1MariaDB Connector/C++ 1.1.52024-08-27General Availability
MariaDB Connector/C++ 1.0MariaDB Connector/C++ 1.0.42024-10-21General Availability

Benefits of Connector/C++

C++ applications can connect to MariaDB database products either with MariaDB Connector/C++ or MariaDB Connector/C.

Using MariaDB Connector/C++ in C++ applications enables design with an object-oriented model and enables efficient dynamic memory allocation/de-allocation with smart pointers.

FeatureConnector/C++Connector/C
Executes SQLYesYes
Object-OrientedYesNo
Smart PointersYesNo
Implements JDBC APIYesNo
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.