import_ocel_sqlite_from_slice

Function import_ocel_sqlite_from_slice 

Source
pub fn import_ocel_sqlite_from_slice(bytes: &[u8]) -> Result<OCEL, Error>
Expand description

Import an OCEL SQLite file from the given byte slice

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