connect

getml.sqlite3.connect(database: str)[source]

Generates a new sqlite3 connection.

This connection contains all customized aggregations and transformation functions needed to execute the SQL pipeline generated by getML. Other than that it behaves just like a normal sqlite3 connection from the Python standard library.

Args:
database (str):

Filename of the database. Use ‘:memory:’ to create an in-memory database.