Skip to main content

update_record_postgres

Function update_record_postgres 

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