Skip to content

Commit

Permalink
Update Connect from Python 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 efa3b8d commit 87b6e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Connecting to Sky DBs/Connect from Python App.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Overview

Python developers can use MariaDB Connector/Python to establish client connections with SkySQL database products.
Python developers can use MariaDB Connector/Python to establish client connections with SkySQL.

## Connections

Connections are managed using the following Python class:

| Class | Description |
| --- | --- |
| Connection | Represents a connection to a MariaDB database product. |
| Connection | Represents a connection to SkySQL. |

Connections are created, used, and managed using the following `Connection` class functions:

Expand Down

0 comments on commit 87b6e2b

Please sign in to comment.