remodoy / clj-postgresql

PostgreSQL helpers for Clojure projects
BSD 2-Clause "Simplified" License
161 stars 17 forks source link

Support jsonb type #3

Closed DrTom closed 9 years ago

DrTom commented 9 years ago
DrTom commented 9 years ago

As mentioned above; the tests needs pg 9.4 which seems not to be available on Travis, there is some hack: https://github.com/travis-ci/travis-ci/issues/2983

You can also disable the test for now (on travis) or just ignore it.

hadronzoo commented 9 years ago

What's the status of this PR?

DrTom commented 9 years ago

I don't know. I went with an other approach in the meanwhile https://github.com/DrTom/clj-pg-types.

hadronzoo commented 9 years ago

@DrTom Nice library. Thanks. It would be great if clj-postgresql used clj-pg-types.

jkjuopperi commented 9 years ago

Sorry. Missed it before.