How can I access some resource in repl in duct?
Like running instance of DB?
Look into dev
ns https://github.com/duct-framework/duct/blob/master/lein-template/resources/leiningen/new/duct/base/dev.clj#L13
You could add your own helpers in dev.clj
to make getting some parts of your system easier.
Likely (:duct.database.sql/hikaricp system), if you’ve run go/reset and you’re in the dev ns
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.