is there any way to write test cases for repositories in spring boot without using H2 daatabase?
I am working on a Spring Boot application and need to write test cases for my repository layer in a way like database should create using my flyway script. However, I want to avoid using an in-memory database like H2 or connecting to an actual database for these tests(if possible).