Skip to content

The interface

The window has three parts: the menu bar and toolbar at the top, the connection tree on the left, and tabs filling the rest.

MenuWhat is in it
FileNew SQL Query Ctrl+T · Close Tab Ctrl+W · Export connections · Import connections · Exit Alt+F4
ConnectionManage Connections
TableExport as CSV/JSON · Refresh F5 — both apply to the active table tab
ToolsQuery Console Ctrl+T · Data Transfer · Recreate DB from XML · Knowledge Lab · Settings
ViewCompact View · Full Screen — both reserved, not active yet
HelpLicense Status · Activate License · Buy License… · Online Documentation · Keyboard Shortcuts F1 · Report Bug · Feature Request · About

TIP

Most of the heavy tools are not in the menu bar. They open either from the toolbar or from the right-click menu on a database in the sidebar — see below.

Toolbar

ButtonOpens
New QueryA SQL editor tab
New TableThe table designer
Export / ImportExport and import wizards
SearchSearch across tables
CompareData Compare — prefilled from the active table tab
ProfilerQuery profiler — prefilled from the active SQL tab
ConnectionsThe connection manager
SettingsSettings
F1The shortcut list

Buttons that need a database dim when no connection is open.

The sidebar is a tree: connection → database → Tables, Views, Queries, Functions. Click a node to expand it, double-click a table to open its data. The search box above the tree filters tables by name.

Each connection can carry a colour tag and a group name, which is how you keep production and development visually apart. See Creating connections.

Right-click on a connection

Open / Close connection · Edit Connection · Delete Connection · New Database · User Management

Right-click on a database

This is the main entry point for the tools:

Right-click on a table

Open Data · Open Structure · Rename Table · Copy Table · Import into table · Dump SQL file ▸ · Duplicate · Truncate (reset AI) · Empty (DELETE FROM) · Drop Table

Select several tables first and the menu collapses to a single Drop N tables entry. On the Tables group node you get Paste table here, Copy all tables and Drop all tables.

Right-click on a view, query or routine

Views offer Open View, Open Design and Drop view. Saved queries offer Open folder and Delete query — queries that come from a .sql file on disk are marked read-only instead. Functions and procedures open the routines editor.

Tabs

Everything you open becomes a tab: table data, table structure, SQL editors, the ER diagram, comparison tools, the profiler, Knowledge Lab and so on. Ctrl+W closes the active tab, Ctrl+T opens a new SQL editor.

Tabs can also be popped out into their own window, which is useful on a second monitor.

Status and warnings

NabuSQL warns you before you lose work rather than after:

  • Editing a table with no primary key shows Table has no primary key — updates cannot be targeted reliably.
  • Changing page or row count with unsaved edits asks for confirmation first.
  • Destructive actions (truncate, empty, drop) always ask, and name the object in the question.