pub async fn print_table<T, E>(table: &Table<T, E>) -> Result<()>Expand description
Fetch records from a table and print them as a formatted ASCII table.
Reads the id field from the table’s column flags to avoid duplicating the id column in the output.