pub fn export_ocel_sqlite_to_vec(ocel: &OCEL) -> Result<Vec<u8>, Error>
Export an OCEL to an SQLite to a byte array
OCEL
SQLite
Note: This function is only available if the ocel-sqlite feature is enabled.
ocel-sqlite