Skip to main content

read_db_version_stamp

Function read_db_version_stamp 

Source
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.