Skip to content

Commit

Permalink
Update Connect from ‘C’ App.md
Browse files Browse the repository at this point in the history
Changed usage of "MariaDB SkySQL" to just "SkySQL"
  • Loading branch information
jzhang-skysql authored Jun 13, 2024
1 parent 2b0a2f2 commit 5c4c4ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Connecting to Sky DBs/Connect from ‘C’ App.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down Expand Up @@ -75,4 +75,4 @@ int main (int argc, char* argv[])

return 0;
}
```
```

0 comments on commit 5c4c4ac

Please sign in to comment.