import_ocel_sqlite_from_path

Function import_ocel_sqlite_from_path 

Source
pub fn import_ocel_sqlite_from_path<P: AsRef<Path>>(
    path: P,
) -> Result<OCEL, Error>
Expand description

Import an OCEL SQLite file from the given path

Note: This function is only available if the ocel-sqlite feature is enabled.