Welcome, and thanks for your interest! I use similar tools in my projects though I started graduation to Testcontainers for databases and other similar services
👍 1
n
Neven Redzic
08/17/2023, 9:11 AM
H2 (HSQL) has a limited SQL set, works for us since SQL we use is 'simple', we would resort to Testcontainers if we would run into unsupported features, added complexity with Testcontainers is a need for Docker on build server
t
Tom
08/17/2023, 9:44 AM
We also love H2 at WireMock. So much faster than anything you can run in Docker.
👍 2
o
Oleg Nenashev
08/17/2023, 10:13 AM
Unless you have a bunch of tests and can suspend your database container between them.
But otherwise I agree