majeed-hm / db-versioning

Database versioning tool using Flyway framework
1 stars 0 forks source link

Database versioning tool using Flyway framework #1

Open majeed-hm opened 1 year ago

majeed-hm commented 1 year ago

Hi @ivy-rew,

I created a new connector for Database versioning using Flyway framework. At the moment, it is only supporting H2, Postgresql and SQL Server databases. If you think it is interesting, I can continue improving it.

Best regards, Majeed.

ivy-rew commented 1 year ago

Hi @majeed-hm

If you feel like community could benefit from it, so I'm open for that. Did you use this in a concrete project for a customer? which one? :)

If we had a basic 'product/readme.md' we could involve @andreasbalsiger in the dicussion. But currently I think the main use-case is not obvious for non techies.

I'd assume you migrate JPA schema driven db-structures from one version to another, right?

majeed-hm commented 1 year ago

Hi @ivy-rew

at the moment, I didnt use this in a project but only privately as I think it is very interesting to have a standard way to handle DB versioning incrementally. For concrete projects, we are using CLI/manual DB version tool which is more DB specific and that means we always need to adapt the SQL scripts for each project.