diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,8 +1,7 @@ MariaDB is an open-source, multi-threaded, relational database management -system with libmariadb being its C library. Applications can use this library -to pass queries to MariaDB and MySQL database servers, and to receive the -results of those queries using the C programming language. For more information -see: +system with libmariadb being its C client library. Applications can use this +library to pass queries to MariaDB database servers and to receive the results +of those queries using the C programming language. For more information see: https://mariadb.com |