v1.0.0
- 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)