This repository has been archived on 2023-10-15. You can view files and clone it, but cannot push or open issues or pull requests.

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")