ufoss-org / kotysa

The idiomatic way to write type-safe SQL in Kotlin
The Unlicense
117 stars 1 forks source link

Support kotlinx.datetime.Instant #148

Open jfontsaballs opened 10 months ago

jfontsaballs commented 10 months ago

I would like to request adding support for type kotlinx.datetime.Instant as an accepted property type.

pull-vert commented 10 months ago

Hi @jfontsaballs

Thanks for this issue, I plan to incude this feature in the 3.2.3 release. of course I will have to support java.time.Instant at the same time. In my poor memory I think I tried to support Instant and had some compatibility issues between database providers, but I will give it a fresh try !