You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools ▸ Data Transfer. A new menu bar entry (also in the command palette) opens a
dialog to copy tables from one saved connection straight to another — e.g. a full copy
of a database from a remote host to localhost, or between two engines (MySQL,
PostgreSQL, ClickHouse, SQLite, SQL Anywhere). Pick a Source and Target
connection, then tick individual tables or Select all; options let you
(re)create the table structure, copy the data, and drop or empty the target first.
Runs with a live per-table progress readout and a final ✓/✗ summary per table.
Uses the same saved connections as the database panel — nothing new to configure.