sql

Drew Verlee 2025-11-18T21:55:47.342039Z

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

p-himik 2025-11-18T22:00:09.472739Z

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

👍 1
p-himik 2025-11-18T22:13:36.540589Z

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