pub fn print_query(conn: &Connection, query: &str) -> Result<()>
Expand description

Print the entire contents of an arbitrary query. A common usage would be to pass SELECT * FROM table