JetBrains / Exposed

Kotlin SQL Framework
http://jetbrains.github.io/Exposed/
Apache License 2.0
8.05k stars 676 forks source link

feat: Add migrate function #2043

Open joc-a opened 3 months ago

joc-a commented 3 months ago

Requesting early feedback for the migrate API using Flyway.

The database migration is currently failing for SQLite and MariaDB and needs further investigation. For PostgreSQLNG, it does not work with Flyway without using a DataSource.