Last active
September 27, 2021 18:34
-
-
Save afcotroneo/bb179bd7ac3bed1700aa5a934425bc06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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