Skip to content

Latest commit

 

History

History
executable file
·
48 lines (39 loc) · 2 KB

README.md

File metadata and controls

executable file
·
48 lines (39 loc) · 2 KB

java-cli-millbuild-dolt-normal

Description

Creates a small database table called dog. This table, dog, has been normalized to 3NF. Two new tables have been added, breedLookup and colorLookup. All output normally seen in a terminal will be in java-srv/log which will dump to the screen. The project may seem to hang but the logs from the container must be written to the project this can take up to 3 min.

Tech stack

  • java
  • millbuild
    • log4j
    • dolt driver

Docker stack

  • nightscape/scala-mill
  • dolthub/dolt-sql-serverdb:latest

To run

sudo ./install.sh -u Creates java-srv/log

To stop

sudo ./install.sh -d Removes java-srv/log

For help

sudo ./install.sh -h

Credit

https://github.com/htorun/dbtableprinter

java-cli specific search

General search