I'm writing a simple database migration code in clojure using the new seancorfield/next.jdbc
library.
How do I execute several SQL statements at once? The usecase is that I have a SQL file containing query code for migrating from one version to the next. next.jdbc/execute!
only executes one statement as designed.