Closed CodeGTDLearn closed 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.
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