From 3a2a3c61a73ee55f47057a6c81ca85c02a381191 Mon Sep 17 00:00:00 2001 From: jzhang-skysql <164920395+jzhang-skysql@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:05:43 -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 Removed references to MariaDB products --- .../Connect from \342\200\230C\342\200\231 App.md" | 9 +-------- 1 file changed, 1 insertion(+), 8 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 d56e710f..d77f38a4 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" @@ -2,13 +2,6 @@ MariaDB Connector/C enables C and C++ applications to establish client connections to SkySQL over TLS. MariaDB Connector/C is a native connector that is written in C. -# Compatibility - -MariaDB Connector/C is compatible with: - -- 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 SkySQL and MariaDB database products over TLS. @@ -31,7 +24,7 @@ The connection is configured via the information that is initially acquired from # Code Example -The following code demonstrates how to use MariaDB Connector/C to connect to MariaDB database products. This example uses theĀ [example database and user account](https://mariadb.com/docs/skysql-previous-release/connect/programming-languages/c/example-setup/): +The following code demonstrates how to use MariaDB Connector/C to connect to SkySQL. This example uses theĀ [example database and user account](https://mariadb.com/docs/skysql-previous-release/connect/programming-languages/c/example-setup/): ```c #include