Skip to main content

get_table_indexes

Function get_table_indexes 

Source
pub async fn get_table_indexes(
    pool: &PgPool,
    schema: &str,
    table: &str,
) -> Result<Vec<IndexInfo>, Error>