pub fn export_ocel_sqlite_to_path<P: AsRef<Path>>(
ocel: &OCEL,
path: P,
) -> Result<(), Error>
Expand description
Export an OCEL
to an SQLite
file at the specified path
Note: This function is only available if the ocel-sqlite
feature is enabled.