From 5c4c4ac72728408f864efcd035cb0361380106c4 Mon Sep 17 00:00:00 2001 From: jzhang-skysql <164920395+jzhang-skysql@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:05:26 -0700 Subject: [PATCH] =?UTF-8?q?Update=20Connect=20from=20=E2=80=98C=E2=80=99?= =?UTF-8?q?=20App.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed usage of "MariaDB SkySQL" to just "SkySQL" --- .../Connect from \342\200\230C\342\200\231 App.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/docs/Connecting to Sky DBs/Connect from \342\200\230C\342\200\231 App.md" "b/docs/Connecting to Sky DBs/Connect from \342\200\230C\342\200\231 App.md" index 40e98e24..b23d3bad 100644 --- "a/docs/Connecting to Sky DBs/Connect from \342\200\230C\342\200\231 App.md" +++ "b/docs/Connecting to Sky DBs/Connect from \342\200\230C\342\200\231 App.md" @@ -1,17 +1,17 @@ # Connect from ‘C’ App -MariaDB Connector/C enables C and C++ applications to establish client connections to MariaDB database products over TLS. MariaDB Connector/C is a native connector that is written in C. +MariaDB Connector/C enables C and C++ applications to establish client connections to SkySQL and MariaDB database products over TLS. MariaDB Connector/C is a native connector that is written in C. # Compatibility MariaDB Connector/C is compatible with: -- MariaDB SkySQL DBaaS +- SkySQL - MariaDB database products (including MariaDB Enterprise Server and MariaDB MaxScale) ## First [Install MariaDB Connector/C](https://mariadb.com/docs/skysql-previous-release/connect/programming-languages/c/install/) -MariaDB Connector/C enables C and C++ applications to establish client connections to MariaDB database products over TLS. +MariaDB Connector/C enables C and C++ applications to establish client connections to SkySQL and MariaDB database products over TLS. Additional information on MariaDB Connector/C is available in the [MariaDB Knowledge Base](https://mariadb.com/kb/en/mariadb-connector-c/). @@ -75,4 +75,4 @@ int main (int argc, char* argv[]) return 0; } -``` \ No newline at end of file +```