/terpal-sql-example

Example project using terpal-sql

Primary LanguageKotlinApache License 2.0Apache-2.0

terpal-sql-example

Example project using terpal-sql with a Postgres database.

Instructions

  1. Download and setup docker
  2. Run docker-compose up to start the Postgres database (or use the start.sh script)
  3. Run the application main class by calling ./gradlew run