pub fn import_ocel_sqlite_from_path<P: AsRef<Path>>( path: P, ) -> Result<OCEL, Error>
Import an OCEL SQLite file from the given path
OCEL
SQLite
Note: This function is only available if the ocel-sqlite feature is enabled.
ocel-sqlite