Data Connections
General Info
Useful Snippets

6.0.2 Create a SQLite Connection

Example:

# Create a SQLite Connection
engine = create_engine("C:\path\to\your\database.db")   # create a database connection