I'm at that point where frustration just makes you incapable of seeing the solution...
My project.clj
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/java.jdbc "0.4.2"]
[org.postgresql/postgresql "9.4.1208"]]
- Run
lein deps(all is okay) Run my query:
(db/query "postgresql://user:secret@host"
["select * from table limit 1"])
I get the following error:
- Unhandled java.sql.SQLException No suitable driver found for
jdbc:postgresql://host
...Please. Any ideas?
:classnamevalue of the connection map.