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.
[:cast ...]
Also, if that string is hard-coded, [:inline ...] would work.
[:inline ...]