pub async fn describe_table(
    client: &Client,
    database: &str,
    schema: &str,
    table: &str
) -> Result<Option<Table>, OpError>