Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 568 Bytes

File metadata and controls

executable file
·
30 lines (22 loc) · 568 Bytes

groovy-cli-gradle-cockroachdb-single-node-without-ssl-data-type-hstore

Description

Creates a small table dog that uses a key value pair data type.

A groovy gradle build, that connects to single node cockroach database without ssl.

Tech stack

  • groovy
  • gradle
    • postgres drivers

Docker stack

  • cockroachdb/cockroach:v19.2.2
  • gradle:jdk11

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Cockroach setup