pub fn import_ocel_sqlite_from_con(con: Connection) -> Result<OCEL, Error>Expand description
Import OCEL log from SQLite connection
If you want to import from a filepath, see import_ocel_sqlite_from_path instead.
Note: This function is only available if the ocel-sqlite feature is enabled.