TablePlus Documentation
  • Overview
  • Getting Started
  • GUI Tools
    • The Interface
      • Quick Look
      • Menu
      • Toolbar
      • Left sidebar
      • Right sidebar
      • Console Log
      • Query Editor
      • Multi Tabs / Workspaces / Windows
    • Open Anything
    • Code Review & Safemode
      • Code Preview
      • Commit changes
      • Discard changes
      • Safe mode
    • Connections & Command Line (CLI)
    • Database
    • Working with Table
      • Table Basics
      • Row
      • Column
      • Constraint
      • Index
      • Trigger
    • Filter
    • Database Objects
      • Function
      • Procedure
      • View
    • Import & Export
    • Backup & Restore
    • User Management
    • Metrics board
  • Query Editor
    • Editor Basics
    • Multiple Carets
    • Query Favorite & Keyword Binding
    • Query History
    • Streaming Results & Async Loading
    • Autocomplete
    • Split Panes
    • Split Results into Tabs
    • Working With Query Results
    • Format query (beautify/minify/uglify)
    • Query Parameters
    • Customize Query Editor
  • Preferences
    • General
      • Application
      • Table Data
      • SQL Editor
      • CSV File
      • Connections
    • Fonts & Colors
    • Crash & Security
    • Keymap
  • Utilities
    • Plugin
    • DBngin
    • Shortcut Keys
    • Licensing
    • Troubleshooting
Powered by GitBook
On this page
  • Action Control
  • Safe Mode
  • Refresh The Workspace
  • Status Bar
  • Open Anything
  • Show Workspaces
  • User Management
  • Toggle Panels
  • Customize Toolbar

Was this helpful?

  1. GUI Tools
  2. The Interface

Toolbar

PreviousMenuNextLeft sidebar

Last updated 5 years ago

Was this helpful?

The Toolbar contains the Action control panel, connection status bar, toggle panel, and some other utility buttons.

Action Control

The Action Control section on the far left of the toolbar contains the quick access for the commit, preview, discard actions.

Icon

Description

Discard changes

Preview generated SQL

Commit changes to the server

Safe Mode

The Safe Mode button controls whether you need TablePlus to warn you or ask for password for each query before sending it to the server.

Safemode

Icon

Description

Silent mode

Send queries to the server without any warnings

Alert Mode 1

Warning before sending queries to the server

Alert Mode 2

Warning before sending queries to the server except SELECT/EXPLAIN queries

Safe Mode 1

Prompt for the password before sending queries to the server

Safe Mode 2

Prompt for the password before sending queries to the server except SELECT/EXPLAIN queries

Refresh The Workspace

Status Bar

A status bar shows you the a brief of the current connection status. You can click on it to view more details and reassign the connection colour.

Open Anything

Show Workspaces

The Show Workspaces allows you to quickly see all the opening workspaces and make a quick switch, or open a new one.

User Management

User management is currently supported in MySQL.

Toggle Panels

Quickly open/close the left sidebar, right sidebar, and console log.

Customize Toolbar

You can change the layout of TablePlus’ toolbar, buttons, and colours to suit your style. If you are familiar with customizing the Safari browser window on Mac, this works the same.

In the TablePlus app, right-click on the toolbar and choose Customize Toolbar.

From here, you can choose which item you like to show, and drag them into the toolbar, including:

  • Action control (Cancel, Preview, Commit changes)

  • Safe Mode Button

  • Open Anything Button

  • Status Bar

  • Toggle Panels

  • Show Workspaces Button

  • Refresh Workspace Button

  • Add space/flexible space

Or you can drag the default set into the toolbar to show everything it has.

The Refresh button is used to reload the current workspace and update it with the latest data.

Quickly find and open a database and its object. For more information, refer to .

Quickly open the user management panel. For more information, refer to .

Open Anything
User Management