Modified samples and instructions to import common connection information from db_config.py or db_config.sql in order to make setup a bit more generic.
4 lines
83 B
SQL
4 lines
83 B
SQL
def user = "pythonhol"
|
|
def pw = "welcome"
|
|
def connect_string = "localhost/orclpdb"
|