Fork me on GitHub
#sql
<
2018-02-21
>
Jacob12:02:21

is there a quick way to generate insert statements from a table in a database and store them to a file using clojure?

souenzzo13:02:14

do you want to "convert" a SQL table into a file with SQL commands that (hopefully) recreates that table? @jisaacs46

donaldball15:02:15

That sounds like a job for your database backup tool tbh