Hey guys, I was wondering if there were any exampl...
# spring
v
Hey guys, I was wondering if there were any examples with Spring R2dbc + postgres interval data type, I am trying to find a way to read and write interval values but can’t find anything so far
r
According to the sources, you should use r2dbc-postgres
Interval
type: https://github.com/pgjdbc/r2dbc-postgresql/blob/main/src/main/java/io/r2dbc/postgresql/codec/Interval.java
🙏 1