zio / zio-jdbc

A small, idiomatic ZIO interface to JDBC.
Apache License 2.0
82 stars 64 forks source link

Implement `java.time.*` encoders and decoders (except `java.time.OffsetTime`) #171

Closed guizmaii closed 1 year ago

guizmaii commented 1 year ago

The PR is sadly a bit more complex than initially hoped 😅 I tried to document as many thinks as possible in the code and in this PR to make things easier to understand and to understand why I did these things