Databases
General Info
Useful Snippets

5.0.1 SQLiite Connection

Example:

import sqlite3  as sql

# Create a connection to a SQLite Database, and create a database file if non exists
sqlite_connection = sql.connect("/path/to/your/SQLite/Database_file.b/")