pub fn import_ocel_sqlite_from_slice(bytes: &[u8]) -> Result<OCEL, Error>
Import an OCEL SQLite file from the given byte slice
OCEL
SQLite
Note: This function is only available if the ocel-sqlite feature is enabled.
ocel-sqlite