Fork me on GitHub
#sql
<
2022-03-22
>
andersmurphy14:03:52

Is there a nice way to represent time ranges in clojure? Currently a column of type tstzrange returns a string with jdbc.next. I’m thinking java.time.period but was wondering if anyone had any experience or insights with date ranges?

dcj16:03:57

Look here: https://github.com/dcj/coerce See previous comments #sql by me for other comments

andersmurphy17:03:17

Thanks! That’s what I was looking for.