How to manage database connection in Clojure?

(def conn (delay (create-connection conn-options)))

What’s wrong with that?

1 Like