Skip to main content

delete_record_postgres

Function delete_record_postgres 

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