About MariaDB Connector/C

You are viewing an old version of this article. View the current version here.

The most recent Stable (GA) release of MariaDB Connector/C is:
MariaDB Connector/C 3.3.8

DateReleaseStatusRelease NotesChangelog
20 Jan 2016MariaDB Connector/C 3.0.0AlphaRelease Notes
26 Apr 2016MariaDB Connector/C 2.2.3Stable (GA)Release NotesChangelog
9 Dec 2015MariaDB Connector/C 2.2.2Stable (GA)Release NotesChangelog
18 Nov 2015MariaDB Connector/C 2.2.1Stable (GA)Release NotesChangelog
29 Sep 2015MariaDB Connector/C 2.2.0Stable (GA)Release NotesChangelog
29 Jan 2015MariaDB Connector/C 2.1.0Stable (GA)Release NotesChangelog
2 Apr 2014MariaDB Client Library for C 2.0.0Stable (GA)Release NotesChangelog
29 Nov 2012MariaDB Client Library for C 1.0.0Stable (GA)Release NotesChangelog

About

MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.The client library is LGPL licensed.

Parts of MariaDB Connector/C are derived from PHP's mysqlnd extension and the original LGPL MySQL client library for MySQL 3.23. The rest of the code is written by developers at MariaDB Corporation Ab.

API - function reference

MariaDB Connector/C has exactly the same API as the MySQL Connector/C for MySQL 5.5

The function reference is available at:

It is also downloadable in html format from https://mariadb.org/files/mariadb-client-doc.zip

Obtaining the driver

The driver is downloaded from: https://downloads.mariadb.org/connector-c/

Source code

The source code is available on Github: https://github.com/MariaDB/mariadb-connector-c

Known bugs and limitations

  • double to string conversion for prepared statements doesn't work correctly

License

GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

For licensing questions, see the Licensing FAQ.

Comments

Comments loading...
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.