Connect to database instance running inside a Java testcontainer using IntelliJ IDEA
Testcontainers library (Java) is generally used along with Junit test cases to spawn a test environment within a docker container. IntelliJ IDEA provides an option to run these test cases from within the IDE.
Databases spwaned using testcontainers w...
appsmith.hashnode.dev2 min read