mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-16 17:15:01 +00:00
cd16280a3f9e74aaccb745b44e56d6520e81470e

to load plugins from a different destination than PLUGINDIR. - added dialog plugin for authentication (e.g. PAM). If an application provides it's own dialog function, the name must be mariadb_auth_dialog (or for libmysql compatibility mysql_authentication_dialog_ask). Windows-Todo: 1. provide a simple GUI dialog on windows, in case opening the console failed. 2. convert data from console code page to character set of current connection
This is LGPL MariaDB client library that can be used to connect to MySQL or MariaDB. This code is based on the LGPL libmysql client library from MySQL 3.23 and PHP's mysqlnd extension. This product includes PHP software, freely available from <http://www.php.net/software/> The following are the main known limitations: - double to string conversion for prepared statements doesn't work correctly - support for dynamic columns is not integrated yet - Asynchronus interface is not integrated yet If you want to be part of this development effort, you can discuss this at maria-developers@lists.launchpad.org. If you are interested in sponsoring this effort, you can contact us at sales@askmonty.org The MariaDB team
Description
MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.The client library is LGPL licensed.
Languages
C
95%
CMake
3.8%
C++
0.7%
Python
0.3%
Shell
0.2%