Skip to content

Commit

Permalink
Update Connect from Python App.md
Browse files Browse the repository at this point in the history
Fixed formatting issues
  • Loading branch information
jzhang-skysql authored Jun 13, 2024
1 parent bb2dcbd commit 2b0a2f2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/Connecting to Sky DBs/Connect from Python App.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ Connections are created, used, and managed using the following `Connection` clas

| Function | Description |
| --- | --- |
| connect() | Establishes a connection to a database server and returns a
connection object. |
| connect() | Establishes a connection to a database server and returns a connection object. |
| cursor() | Returns a new cursor object for the current connection. |
| change_user() | Changes the user and default database of the current
connection. |
| reconnect() | Tries to make a connection object active again by reconnecting to
the server using the same credentials which were specified in connect()
method. |
| change_user() | Changes the user and default database of the current connection. |
| reconnect() | Tries to make a connection object active again by reconnecting to the server using the same credentials which were specified in connect() method. |
| close() | Closes the connection. |

Determine the connection information for your SkySQL database service:
Expand Down

0 comments on commit 2b0a2f2

Please sign in to comment.