Skip to main content Link Menu Expand (external link) Document Search Copy Copied

FeatureBase SQL Command Line Interface (CLI)

The SQL CLI allows you to execute SQL statements:

  • on the command-line
  • over an HTTP endpoint

Before you begin

Start the FeatureBase SQL CLI

  • Run the following command in the */featurebase/opt directory:
./featurebase cli

FeatureBase SQL CLI flags

These flags can be used within the CLI.

Flag Description
\? Get help
\q Quit the CLI and return to the terminal

Further information