Skip to content

Command Line Interface

TableX ships with a little CLI that you can use to hook into your database from your terminal.

Refer to the CLI reference for a list of all arguments/flags available.

Setup

  1. Add TableX to your path.

    Windows:

    Powershell
    set PATH="%PATH%;C:\path\to\tablex"

    If you wish to add it to your path permanently, follow this guide

    MacOS & Linux:

    export PATH = "$PATH :/path/to/tablex"

    You can also add the above line to your .zshrc or .bashrc to add it permanently.

  2. Test it.

    tablex --help