Search Gradle plugins

Plugin Latest Version

sh.dass.theirsroom

CC-compatible

Generates ER-diagram visualizations (HTML, Mermaid, Graphviz DOT, PlantUML) from Room database schema JSON exports, with automatic schema location detection.

0.1.1
(16 July 2026)

Generates actual PostgreSQL schema DDL by applying Liquibase migrations to a temporary database.

0.1.2
(28 June 2026)

The gradle-project is the simple plugin for gradle for operation with database.

0.6
(17 May 2019)

Adds a Gradle task to generate Kotlin code from a database schema using jOOQ

1.1.0
(17 September 2026)

net.ltgt.jooq

CC-compatible

Adds a Gradle task to generate Java code from a database schema using jOOQ

1.1.0
(17 September 2026)

st.orm

CC-compatible

Applies Storm ORM to Kotlin or Java projects: BOM import, core dependencies, metamodel generation (KSP or annotation processor), Kotlin compiler-plugin variant selection, and Java preview flags.

1.14.1
(12 September 2026)

Exposed Gradle Plugin configures the generation of migration scripts for applications that use Exposed

1.5.0
(26 August 2026)

dev.bitxon.jooq-box

CC-compatible

Generates jOOQ code by spinning up a real database via Testcontainers and running Flyway/Liquibase migrations

0.1.2
(13 August 2026)

dev.rowdiet.rowdiet

CC-compatible

Gates avoidable alignment padding (column-tetris) in Postgres migration DDL, with a freeze-known-debt baseline for brownfield adoption.

0.1.3
(07 August 2026)

This Gradle plugin simplifies the development process by automatically generating Kotlin Exposed table definitions from a PostgreSQL database schema. It connects to your database, introspects the schema, and creates Kotlin code for Exposed DSL, including table definitions, column mappings, and relationships. Save time and eliminate boilerplate by keeping your Exposed models synchronized with your database schema effortlessly.

0.51.0
(25 September 2026)