Skip to content

Commit

Permalink
Update Connect from ‘C++’ App.md
Browse files Browse the repository at this point in the history
Indicated this is for SkySQL and not just MariaDB
  • Loading branch information
jzhang-skysql authored Jun 13, 2024
1 parent 5c4c4ac commit c276310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Connecting to Sky DBs/Connect from ‘C++’ App.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connect from ‘C++’ App

MariaDB Connector/C++ enables C++ applications to establish client connections to MariaDB database over TLS.
MariaDB Connector/C++ enables C++ applications to establish client connections to SkySQL and MariaDB databases over TLS.

# Requirement

Expand Down Expand Up @@ -272,4 +272,4 @@ int main(int argc, char **argv)
// Exit (Success)
return 0;
}
```
```

0 comments on commit c276310

Please sign in to comment.