pub fn ensure_tracking_table(conn: &Connection) -> Result<()>Expand description
Ensure the projected_events tracking table exists.
Call this once after opening the projection database and before projecting events.
ยงErrors
Returns an error if executing the DDL fails.