Skip to content

Latest commit

 

History

History
executable file
·
31 lines (23 loc) · 604 Bytes

File metadata and controls

executable file
·
31 lines (23 loc) · 604 Bytes

groovy-cli-bazel-cockroachdb-single-node-without-ssl-data-type-array

Description

Creates a small table dog that uses a text array data type. Arrays can also be numeric.

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

Tech stack

  • groovy
  • bazel
    • postgres drivers

Docker stack

  • cockroachdb/cockroach:v19.2.2
  • l.gcr.io/google/bazel:latest

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Cockroach setup