This subproject illustrates a simple program that executes a select * from ...
statement using JDBC.
Follow these instructions to run the demo.
- Pre-requisite: Java 21, Docker
- Start the Postgres database:
-
docker compose up --renew-anon-volumes --detach
-
- Run the program:
-
./gradlew run
-
- Stop the database:
-
docker compose down
-