hi, can I store kotlinx.datetime Instant as a table?
solidogen
03/06/2021, 12:32 AM
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