Guest User

Untitled

a guest
Aug 30th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (ns jtest.core
  2.   (:require [clojure.java.jdbc :as jdbc]))
  3.  
  4. (defn -main
  5.   "I don't do a whole lot."
  6.   [& args]
  7.   (binding [jdbc/*db* {:connection "foo"}] (println (jdbc/find-connection))))
Add Comment
Please, Sign In to add comment