Skip to content

Releases: nndi-oss/jdbi-utils

jdbigen 0.6.0

24 Apr 08:09
Compare
Choose a tag to compare

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.