Skip to content

bearddan2000/java-cli-millbuild-sybase-join

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-cli-millbuild-sybase-join

Description

Creates a small database table called dog. This table, dog, has 2 non-clustered index and has been normalized to 3NF.

Two new tables have been added, breedLookup and colorLookup. Creates a new table dog_expanded that joins dog, breedLookup and colorLookup.

Tech stack

  • docker-wait
  • java
  • millbuild
    • log4j
    • sybase driver

Docker stack

  • nightscape/scala-mill
  • datagrip/sybase

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit