Skip to main content

get_record_postgres

Function get_record_postgres 

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