Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Last active September 27, 2021 18:34
Show Gist options
  • Select an option

  • Save afcotroneo/bb179bd7ac3bed1700aa5a934425bc06 to your computer and use it in GitHub Desktop.

Select an option

Save afcotroneo/bb179bd7ac3bed1700aa5a934425bc06 to your computer and use it in GitHub Desktop.
from pyomnisci import connect
con = connect(user="[username]",
password="[password]",
host="[hostname]",
dbname="[database]")
con
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment