Fork me on GitHub
#duct
<
2019-08-02
>
Ahmed Hassan11:08:38

How can I access some resource in repl in duct?

Ahmed Hassan11:08:13

Like running instance of DB?

jahson14:08:11

You could add your own helpers in dev.clj to make getting some parts of your system easier.

👍 4
dadair16:08:56

Likely (:duct.database.sql/hikaricp system), if you’ve run go/reset and you’re in the dev ns

👍 4
dadair16:08:17

Has anyone implemented a schema dump hook for ragtime? Similar in line to structure.sql from Rails. I’d like to be able to initialize via schema, without having to apply migrations, on new deployments.