Skip to content

mszturo/airport-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Scala 2.13
  • sbt
  • Postgresql 11 with database created

Config

Configuration file is contained in src/main/resources/application.conf. Enter your user, password, host, port and database name under database.properties.

Database migration scripts are contained in the src/main/resources/db/migration directory.

Run

To run the program type sbt run in the terminal. The program will apply db migrations to your database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published