pub async fn set_i64(pool: &SqlitePool, key: &str, value: i64) -> Result<()>
Upsert an integer setting.