aimbat.db
Module to define the AIMBAT project file and create the database engine.
Attributes:
| Name | Type | Description |
|---|---|---|
engine |
AIMBAT database engine. |
set_sqlite_pragma
set_sqlite_pragma(
dbapi_connection: Connection,
connection_record: ConnectionPoolEntry,
) -> None
Enables foreign key support for SQLite connections.