1. Driver issue with PostgreSQL/Clojure stackoverflow.comI am attempting to access a Postgres database inside of Clojure. I've found a ton of examples of projects using DBs, setting up the database like this:
|
2. Clojure/postgresql: How do I access the enum values from the Jdbc4Array results? stackoverflow.comI have an enum in postgresql defined like so:
And I can get to the Jdbc4Array like so:
|
3. How do I drop or create a database from clojure.java.jdbc? stackoverflow.comI would like to create/drop a database from clojure.java.jdbc. This fails:
|