duct

Ahmed Hassan 2019-08-02T11:31:38.019700Z

How can I access some resource in repl in duct?

Ahmed Hassan 2019-08-02T11:32:13.020500Z

Like running instance of DB?

2019-08-02T14:00:11.022600Z

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

👍 1
2019-08-02T16:52:56.024300Z

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

👍 1
2019-08-02T16:54:17.026500Z

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.