Liquibase kotlin(DSL, Wrapper client, ORM integration) Help

ORM integration

There may be times when you want to perform data migration using ORM within migration by Liquibase. By extending Liquibase's customChange, you can use ORM within Liquibase.

Supported ORMs

The following ORMs are supported for integration with Liquibase:

  • Exposed - JetBrains Exposed SQL framework

  • jOOQ - Java Object Oriented Querying

  • Komapper - Kotlin ORM and SQL mapper

  • Ktorm - Kotlin ORM framework

Last modified: 16 July 2025