项目作者: Vincibean

项目描述 :
Playing around with Flyway, Slick and Slick-Codegen
高级语言: Scala
项目地址: git://github.com/Vincibean/slick-flyway-codegen-playground.git
创建时间: 2018-12-16T14:33:02Z
项目社区:https://github.com/Vincibean/slick-flyway-codegen-playground

开源协议:The Unlicense

下载


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.