(defn connection* "Returns the current database connection (or throws if there is none)" [] (or (find-connection*) (throwf "no current database connection")))
Comments top
No comments for connection*. Log in to add a comment.