Skip to content

v1.0.0

Compare
Choose a tag to compare
@moreirasantos moreirasantos released this 15 Jul 12:06
· 22 commits to main since this release
425eb5c
  • Able to Connect to PostgreSQL Database.
  • Able to CRUD Tables and Rows
  • ResultSet based on JDBC ResultSet, supporting the following types:
    • String
    • Boolean
    • Long
    • Short
    • Int
    • Float
    • Double
    • Bytes
    • LocalDate (kotlinx-datetime)
    • LocalTime (kotlinx-datetime)
    • LocalDateTime (kotlinx-datetime)
    • Instant (kotlinx-datetime)

Maven Central