Skip to content

jdbigen 0.6.0

Latest
Compare
Choose a tag to compare
@zikani03 zikani03 released this 24 Apr 08:09
· 13 commits to main since this release

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.