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