pub async fn update_record_sqlite( pool: &SqlitePool, table: &str, id: &str, content: Value, ) -> Result<Value>