/slick-flyway-codegen-playground

Playing around with Flyway, Slick and Slick-Codegen

Primary LanguageScalaThe UnlicenseUnlicense

Slick Flyway Codegen Playground

Playing around with Flyway, Slick and Slick-Codegen

Prerequisites

This project assumes that both Java and SBT are installed.

How To Run It

From the CLI, run:

sbt clean flywayMigrate test

Otherwise, for *nix systems, you can use the run.sh script.

Dataset Description

The data consists of flight arrival and departure details for all commercial flights within the USA in 2008.

The Flight dataset is a modified version of the dataset provided by Dr. Leonore Findsen.

The Plane dataset is a modified version of the dataset provided by Project Mosaic.