pub async fn read_db_version_stamp(
pool: &SqlitePool,
) -> Result<Option<DbVersionStamp>, Error>Expand description
Reads the Cadmus version stamp stored in _cadmus_version.
Returns None if the table does not exist or the singleton row is missing.