flyway / flyway-community-db-support

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

CrateDB Support #37

Open javolek opened 6 months ago

javolek commented 6 months ago

Hi, I'm not affiliated with CrateDB nor a I'm CrateDB expert. I just needed to deploy CrateDB for Production with a possibility of schema migration and the flyway plugin seemd to be quite a simple way to achieve that. So I wanted to share my work with a community. Please feel free to comment it here.

The background: CrateDB can be talked to using JDBC and a kind of SQL dialect. It uses then the PostgreSQL wire protocol.

See: https://cratedb.com