---
title: "Announcing General Availability of MariaDB Connector/C++"
publish_date: 2021-03-18
updated_date: 2021-08-30
author: "Ralf Gebhardt"
channel:
  - name: "Product"
    url: "/ja/resources/blog/channel/product.md"
tags:
  - name: "C++"
    url: "/resources/blog/tag/c.md"
  - name: "Connector/C++"
    url: "/resources/blog/tag/connector-c.md"
  - name: "MariaDB Connector"
    url: "/resources/blog/tag/mariadb-connector.md"
  - name: "MariaDB Releases"
    url: "/resources/blog/tag/mariadb-releases.md"
---

# 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](https://staging-mdb.com/products/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](https://staging-mdb.com/resources/blog/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](https://staging-mdb.com/downloads/#connectors) (choose “C++ connector”).

MariaDB Enterprise Documentation includes [instructions for installing and using Connector/C++](https://staging-mdb.com/docs/appdev/connector-cpp/#mariadb-connector-c).

For more code samples, demos and resources on how to build modern applications with MariaDB, please visit our new [MariaDB Developer Hub](https://staging-mdb.com/developers/).