About MariaDB Connector/C++
MariaDB Connector/C++ enables C++ applications to establish client connections to MariaDB database products over TLS.
Connector | MariaDB Connector/C++ |
---|---|
Supported Versions | MariaDB Connector/C++ 1.0 MariaDB Connector/C++ 1.1 |
Programming Language | C++11 |
License | GNU Lesser General Public License v2.1 |
Latest Software Releases
Version | Latest Release | Latest Release Date | Maturity |
---|---|---|---|
MariaDB Connector/C++ 1.1 | MariaDB Connector/C++ 1.1.5 | 2024-08-27 | General Availability |
MariaDB Connector/C++ 1.0 | MariaDB Connector/C++ 1.0.4 | 2024-10-21 | General 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.
Feature | Connector/C++ | Connector/C |
---|---|---|
Executes SQL | Yes | Yes |
Object-Oriented | Yes | No |
Smart Pointers | Yes | No |
Implements JDBC API | Yes | No |
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.