summaryrefslogtreecommitdiff
path: root/libraries/mariadb_client/README
diff options
context:
space:
mode:
authorRobert Allen <slacker@engineer.com>2014-10-09 21:02:48 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-11 00:14:45 +0700
commit0dd937fc2f9d97f05d1ec609774ab61ce9b7e62a (patch)
treeb3eed593250ab725f7b088a13f90529c9519aa22 /libraries/mariadb_client/README
parent273b9a2848c4fdbb84a7e5954cae078e256b6671 (diff)
downloadslackbuilds-0dd937fc2f9d97f05d1ec609774ab61ce9b7e62a.tar.gz
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/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/mariadb_client/README b/libraries/mariadb_client/README
new file mode 100644
index 0000000000..4ad1696bbe
--- /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.
+