pub fn print_query(conn: &Connection, query: &str) -> Result<()>
Print the entire contents of an arbitrary query. A common usage would be to pass SELECT * FROM table
SELECT * FROM table