nkonev / r2dbc-migrate

R2DBC database migration library
https://nkonev.name/post/136
Apache License 2.0
98 stars 9 forks source link

Support for H2 #4

Closed CodeGTDLearn closed 4 years ago

CodeGTDLearn commented 4 years ago

Hello,

First of all, your lib is amazing -> Wonderful job.

I would like to suggest add support to H2 because this is focused in tests/TDD, than PostgreSQL, Microsoft SQL Server, MySQL(although those are useful for test as well).

Thanks

nkonev commented 4 years ago

@PauloPortfolio

I've created 1.0.8 with initial H2 support. It will be available at Maven Central soon.

By the way I haven't tested it with H2 compatibility modes. (H2 as MySQL, H2 as Postgres and so on...).

It should work with H2 in compatibility mode if you manually set proper dialect for this library. You can set dialect through application.yml.