Skip to content
Georg Richter edited this page Aug 11, 2018 · 9 revisions

MariaDB Connector/C

MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB (and MySQL) databases.

Prior to version 2.1 the name for the library was MariaDB Client library for C.

History

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.

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.

Documentation of MariaDB Connector/C is published under Creative Commons Attribution/ShareAlike 3.0 Unported license

For licensing questions, see the Licensing FAQ.

Source code

Source code can be obtained from the MariaDB Connector/C Github repository

Bugs

Bugs are filed in the MariaDB Bugs Database. Before you file a bug make sure that the bug is not already filed under MariaDB Connector/C Bugs.

Documentation

Table of Contents

Clone this wiki locally