We have a Clojure web app which uses jndi to create a connection to the database. The code to query the database looks something like this:
(def jndi-name {:name "jndi name"}) (defn query ...