Skip to content

Commit

Permalink
Update Connect from ‘C’ App.md
Browse files Browse the repository at this point in the history
Removed references to MariaDB products
  • Loading branch information
jzhang-skysql authored Jun 14, 2024
1 parent 2b166d3 commit 3a2a3c6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/Connecting to Sky DBs/Connect from ‘C’ App.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 <stdio.h>
Expand Down

0 comments on commit 3a2a3c6

Please sign in to comment.