Skip to content

Commit

Permalink
Update example connection string (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiConnell authored Apr 5, 2024
1 parent bded03c commit b67eda4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The database above doesn't require a password.
The connection URL can be broken down into:

```py
connection_url = connection_string = f"{drivername}://{username}:{password}@{host}:{port}{database}"
connection_url = f"{drivername}://{username}:{password}@{host}:{port}/{database}"
```

`drivername`: Indicates both the database system and driver used.
Expand Down

0 comments on commit b67eda4

Please sign in to comment.