Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
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.33.1
(25 November 2025) |
|
A Gradle plugin which provides the ability to perform operations on databases before Liquibase changelogs are executed on them through liquibase-gradle-plugin |
1.4.1
(19 November 2025) |
|
Adds a Gradle task to generate Java code from a database schema using jOOQ |
0.1.0
(20 July 2025) |
|
Adds a Gradle task to generate Kotlin code from a database schema using jOOQ |
0.1.0
(20 July 2025) |
|
Simple sql runner. |
1.0.7
(13 October 2019) |
|
Configure and run embedded databases for KiwiProc generation |
0.3.2
(04 July 2025) |
|
Creates changelog.yml file from include directory |
1.0
(20 January 2020) |
|
A Gradle plugin that automatically generates Android string resources from Notion database with multi-language support |
1.0.10
(15 September 2025) |
|
The Gradle gretl plugin extends gradle for use as a sql-centric (geo)data etl. gretl = gradle etl. |
3.1.855
(27 August 2025) |
|
Flyway by Redgate is an open-source database migration tool. It strongly favors simplicity and convention over configuration. It is simple, focused and powerful. It runs on Windows, Mac OSX and Linux, Java and Android. It is based around just 6 basic commands: Migrate, Clean, Info, Validate, Baseline and Repair. Migrations can be written in SQL (database-specific syntax (such as PL/SQL, T-SQL, ...) is supported) or Java (for advanced data transformations or dealing with LOBs). It has a Command-line client. If you are on the JVM, we recommend using the Java API (also works on Android) for migrating the database on application startup. Alternatively, you can also use the Maven plugin, Gradle plugin, SBT plugin or the Ant tasks. And if that not enough, there are plugins available for Spring Boot, Dropwizard, Grails, Play, Griffon, Grunt, Ninja and more! Supported databases are Oracle, SQL Server, SQL Azure, DB2, DB2 z/OS, MySQL (including Amazon RDS), MariaDB, Google Cloud SQL, PostgreSQL (including Amazon RDS and Heroku), Redshift, Vertica, H2, Hsql Derby, SQLite and solidDB. More info: https://flywaydb.org |
9.22.3
(12 October 2023) |