for a seed or migration script, I just want to insert some values one time (but I want to look it over in a .sql file as opposed to directly modifying my database).
Is there a way to do a dry run where we write our db.insert() statements and pipe the output to a SQL file?