pub fn current_user_version(conn: &Connection) -> Result<i64, CoreError>Expand description
Read the current PRAGMA user_version from the connection.
Returns 0 on a fresh DB (before the pragma is set).
pub fn current_user_version(conn: &Connection) -> Result<i64, CoreError>Read the current PRAGMA user_version from the connection.
Returns 0 on a fresh DB (before the pragma is set).