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.