Hi, I'm using <#C01923PC6A0|kotlinx-datetime> in S...
# spring
t
Hi, I'm using #kotlinx-datetime in Spring, how can I write a converter to convert an
Instant
or
LocalDateTime
to mysql Datetime and Timestamp?
k
I would check hibernate types/attribute converters
t
I'm using R2DBC but hard to find a document or example how to do it
t
Thanks, I'm using the same way but I have to convert kotlin
instant
to java
LocalDateTime
and let r2dbc converts java
LocalDateTime
to mysql datetime or timestamp for me because I'm not sure the convention between java and mysql