Skip to content

Releases: moreirasantos/pgkn

v1.1.0

24 Nov 23:18
6bea499
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

29 Jul 12:24
69010cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Jul 23:22
bfc198a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Jul 12:06
425eb5c
Compare
Choose a tag to compare
  • 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