7 Commits

Author SHA1 Message Date
Francesco
2cfcf2a8d7 Refactored field type system and Enum support
In order to support the `Enum` field type the `DbFieldType` enum has been converted
to an abstract class with an implementation class for each database field type.
2023-10-24 13:29:58 +02:00
Francesco
d3f516edaf Support for Instant type (#21)
Since `Instant` requires a timezone which is not stored/accessible from the database,
all `Instant` objects are instantiated with UTC timezone by default
2023-10-22 16:33:10 +02:00
Francesco
1142e393e7 Enabled OffsetDateTime support 2023-10-05 14:43:20 +02:00
Francesco
c7258e9968 License header 2023-10-01 08:35:15 +02:00
Francesco
9c15bb33e7 WIP 2023-09-28 14:43:12 +02:00
Francesco
1b4f91a168 0.1.2 2023-09-27 10:58:51 +02:00
Francesco
cdbad51641 0.1.0 2023-09-25 10:10:30 +02:00