![]() |
Belle II Software
release-06-02-00
|
Public Attributes | |
database_path | |
schema | |
conn | |
read_only | |
timeout | |
isolation_level | |
Static Public Attributes | |
dictionary | default_schema |
Parameters: database_path (pathlib.Path): The path to the database file we want to create/connect to. Keyword Arguments: read_only (bool): Should the connection be treated as a read-only connection (no update/insert calls) timeout (float): What timeout value should the connection have. How long to wait for other changes to commit.
Definition at line 100 of file database.py.
|
static |
Definition at line 110 of file database.py.