Releases: nndi-oss/jdbi-utils
Releases · nndi-oss/jdbi-utils
jdbigen 0.6.0
This is the first "official" release of jdbigen
tool which helps Java developers generate JDBI DAOs from Postgres database tables.
Basic Usage
$ jdbigen --output DAOs.java "postgres://user:password@localhost/example?sslmode=disable"
See the README for more information.