flyway / flyway-community-db-support

Offical Flyway Community Supported Database Plugins
https://flywaydb.org/
Apache License 2.0
5 stars 30 forks source link

DuckDB support #54

Open david-ch opened 2 months ago

david-ch commented 2 months ago

The PR adds support for https://duckdb.org/

DuckDB is an in-process database, so all testing is done using automated tests, see DuckDBSupportTest.java that runs Flyway on DuckDB in different scenarios and validates the results

apatrida commented 3 weeks ago

Any chance smoeone is merging PR's?