Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 454 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 454 Bytes

select

This subproject illustrates a simple program that executes a select * from ... statement using JDBC.


Instructions

Follow these instructions to run the demo.

  1. Pre-requisite: Java 21, Docker
  2. Start the Postgres database:
    • docker compose up --renew-anon-volumes --detach
  3. Run the program:
    • ./gradlew run
  4. Stop the database:
    • docker compose down