← All repos

mariadb-connector-cpp

MariaDB Connector for C++

Browse cluster: Cluster 134
190commits
20contributors
5languages

Tech stack & purpose

MariaDB Connector/C++ is a database driver that enables C++ applications to connect to and interact with MariaDB servers. It implements the JDBC API adapted for C++, providing methods for establishing connections, executing queries, and managing prepared statements with support for both client-side and server-side prepared statement execution. The connector is built in C++, requires OpenSSL libraries for TLS support, and offers extensive configuration options for connection behavior, security, character encoding, and performance optimization including connection pooling and batch statement execution. The project is maintained by MariaDB and is released under the GNU Lesser Public License version 2.1.

Languages

C++
97.2%
CMake
2.4%
C
0.3%
Shell
0.2%
Batchfile
0.0%

Contributors