pub fn export_ocel_sqlite_to_con( con: &Connection, ocel: &OCEL, ) -> Result<(), Error>
Export an OCEL log to a SQLite connection
OCEL
SQLite
Note: This function is only available if the ocel-sqlite feature is enabled.
ocel-sqlite