The Moqui Ecosystem is a series of opensource components for enterprise applications all built on a common framework (Moqui Framework) written in Java and Groovy. The components include tools that plug in to the framework, business artifacts, and applications.
Some of the popular tool plug ins include ElasticSearch, Apache FOP, Apache Camel, OrientDB, and Hazelcast.
A command line tool for database operations over JDBC
Jdbsee CLI supports running SQL queries from command line in batch or interactive mode.
Database connection settings and related credentials can be persisted for later reuse.
The JDBC drivers can be automatically downloaded from maven central repo or loaded from local jars.
For more info see https://github.com/davidecavestro/jdbsee/blob/master/docs/index.adoc.
Reverse engineer a legacy database to a Grails domain model.
A java GUI will be be available from which database tables can be selected and mapped to grails domain objects.