Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created March 29, 2021 17:25
Show Gist options
  • Save afcotroneo/9d36b384b73edc9539c78e898206f1a0 to your computer and use it in GitHub Desktop.
Save afcotroneo/9d36b384b73edc9539c78e898206f1a0 to your computer and use it in GitHub Desktop.
con = connect(user="username",
password="password",
host="my.host.com",
dbname="dbname",
protocol="http")
print('Connection Successful!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment