Skip to content

Latest commit

 

History

History
executable file
·
35 lines (26 loc) · 665 Bytes

README.md

File metadata and controls

executable file
·
35 lines (26 loc) · 665 Bytes

java-cli-gradel-sybase-normal

Description

Creates a small database table called dog and populates it with a single row. This table, dog, has been normalized to 3NF.

Compiled and ran from build server bloop.

Build note

Dependencies must be compatable with jdk8 or less.

Tech stack

  • bloop
  • docker-wait
  • java
  • gradel
    • log4j
    • sybase driver

Docker stack

  • hseeberger/scala-bloop-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10
  • datagrip/sybase

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit