...

/

Setting Up the Database

Setting Up the Database

Learn how to set up the database layer for the impure service using Flyway.

Migrations

The database layer should provide programmatic access to the database and also manage changes in the database. The latter is called migrations or evolutions. We will use Flyway as the tool to manage our database schema.

Flyway uses raw SQL ...