Outputting Drizzle commands to a .sql file?
Is there a way output SQL to a file?
Instead of doing a full-blown
generate
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?0 Replies