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.49.0
(05 May 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.33.1
(25 November 2025)

Generate ER diagrams from Kotlin Exposed table definitions

0.1.0
(03 April 2026)

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

1.3.1
(01 July 2026)

Exposed ORM framework gradle plugin

0.2.1
(09 October 2021)

Reasonable defaults and simplified Kotlin-DSL interfaces for everyday development

0.0.8
(08 June 2019)

A Gradle plugin that generates Jetbrains Exposed ORM mapping for an existing PostgreSQL database at compile time

1.0.1
(19 May 2025)

Settings-level plugin applied in settings.gradle. Configures dependency resolution management with mavenLocal(), mavenCentral(), and an optional private stano-maven repository. Configures local build cache and optional S3 remote build cache (enabled via STANO_BUILD_CACHE_TYPE=s3; configured via STANO_BUILD_CACHE_S3_* variables). Pins the Kotlin JVM plugin to a fixed version and self-pins all com.stano plugins to the version bundled with this plugin. Exposes a buildCacheSettings DSL to customize the S3 cache key prefix.

0.1.6
(22 June 2026)