is there a simple way to get PgArray
columns back as clojure vectors?
for now i’m doing
(map #(update-in % [:arr] (fn [a] (-> .getArray vec)))
results)
Yeah, look at the docs - I’m away from keyboard or I could provide a link. You implement a multi method or something like that. I can offer more concrete help tomorrow!
Note: this is nothing to do with HoneySQL. This will depend on the JDBC wrapper you are using to do actual queries @benny so the question belongs in #sql
Doh yeah I didn’t look at the channel closely.