Function update_projection_cursor
Source pub fn update_projection_cursor(
conn: &Connection,
offset: i64,
event_hash: Option<&str>,
) -> Result<()>
Expand description
Update the projection cursor after replaying events.
ยงErrors
Returns an error if the update fails.