sql 2025-11-18

assuming i'm using next.jdbc, is there a way to convert a clojure string to a postgres enum type on the clojure side?

I use [:cast ...] for that.

👍 1

Also, if that string is hard-coded, [:inline ...] would work.