diff options
author | Robert Allen <slacker@engineer.com> | 2014-10-09 21:02:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 00:14:45 +0700 |
commit | 0dd937fc2f9d97f05d1ec609774ab61ce9b7e62a (patch) | |
tree | b3eed593250ab725f7b088a13f90529c9519aa22 /libraries/mariadb_client/README | |
parent | 273b9a2848c4fdbb84a7e5954cae078e256b6671 (diff) |
libraries/mariadb_client: Added (Native C/C++ API for MariaDB).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mariadb_client/README')
-rw-r--r-- | libraries/mariadb_client/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/mariadb_client/README b/libraries/mariadb_client/README new file mode 100644 index 000000000000..4ad1696bbe90 --- /dev/null +++ b/libraries/mariadb_client/README @@ -0,0 +1,9 @@ +The MariaDB Client Library for C is used to connect +applications developed in C/C++ to MariaDB and MySQL +databases.The client library is LGPL licensed. + +The MariaDB Client Library for C has exactly the same +API as the MySQL Connector/C for MySQL 5.5 + +To build HTML documentation build with BUILD_DOCS=yes. + |