hi, can I store kotlinx.datetime Instant as a tabl...
# exposed
s
hi, can I store kotlinx.datetime Instant as a table?
doesn't seem to be possible, but I'm using exposed java-time plugin and I'm simply converting them with .toJavaInstant() and .toKotlinInstant() extensions on read/write