database
Classes:
-
TransformedDatabase
–Class for building and populating SQL tables with data collected and transformed from remote Heurist DB.
TransformedDatabase
TransformedDatabase(
hml_xml: bytes,
conn: DuckDBPyConnection | None = None,
db: str | None = ":memory:",
record_type_groups: list[str] = ["My record types"],
)
Bases: HeuristDatabase
Class for building and populating SQL tables with data collected and transformed from remote Heurist DB.