Skip to main content

get_table_columns

Function get_table_columns 

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