Skip to main content

merge_record_postgres

Function merge_record_postgres 

Source
pub async fn merge_record_postgres(
    pool: &PgPool,
    table: &str,
    id: &str,
    patch: Value,
) -> Result<Value>