Announcing General Availability of MariaDB Connector/C++

We are pleased to announce the general availability of MariaDB Connector/C++. This new connector complements our existing family of production-ready connectors, which recently grew with the GA releases of MariaDB Connector/Python in June 2020 and MariaDB Connector/R2DBC last month. 

All connectors are fully supported for MariaDB Platform subscription customers and MariaDB SkySQL customers.

MariaDB Connector/C++ delivers an object-oriented C interface, implemented as a custom C++ version of Java’s JDBC API, for developers building applications with C++ for MariaDB Server on premises and in the cloud on SkySQL.

We encourage you to try this new connector! The blog post “How to connect C++ programs to MariaDB” introduces you to MariaDB Connector/C++ with examples that demonstrate create, read, update, and delete (CRUD) interactions with data stored in MariaDB.

MariaDB Connector/C++ is available from the MariaDB Download page (choose “C++ connector”).

MariaDB Enterprise Documentation includes instructions for installing and using Connector/C++.

For more code samples, demos and resources on how to build modern applications with MariaDB, please visit our new MariaDB Developer Hub.