8 lines
237 B
Plaintext
8 lines
237 B
Plaintext
SQL_URI = "sqlite:///database.db"
|
|
|
|
|
|
# MySQL connection string
|
|
# from sqlalchemy import URL
|
|
#
|
|
# url_object = URL.create("mysql", username="benjamyntesting_pbot", password="xzQ36XOPrJe2", host="localhost", database="benjamyntesting_pbot")
|