pub fn read_hwm(db: &Connection) -> Result<Option<EventHash>>Expand description
Read the current high-water mark from the SQLite metadata table.
Returns None if no events have been applied (fresh DB).
ยงErrors
Returns an error if the database query fails.