Elyra
Elyra The coding agent e The native code editor Elyra Grove Native local development environment Askr The real server for Laravel & PHP Elyra Conductor Local project conductor Elyra SQL Server MySQL-compatible SQL server in Rust Elyra SQL Client Native desktop SQL workbench Elyra SQL Anywhere Replication-ready SQL engine
Release notes
Changelog
Elyra

Tools

The Tools menu (in the toolbar) gathers database-wide utilities.

Data Transfer

!!! info "Requires Premium"

Copy tables — schema and rows — from one database to another, even across connections and engines (ElyraSQL ↔ SQLite).

  1. Tools → Data transfer…
  2. Pick a Source (connection + database) and a Target (connection + database). The target connects automatically if needed.
  3. Choose All tables or Selected (tick the tables you want).
  4. Options:
    • Create tables if missing — builds each target table from the source's columns and primary key.
    • Empty target tables first — clears existing rows before copying.
  5. Transfer — a per-table report shows rows copied (and any errors).

!!! note Secondary indexes and foreign keys are not reproduced (columns + primary key only). Rows are streamed in batches.

Data Generation

!!! info "Requires Pro"

Fill a table with plausible test data.

  1. Tools → Data generation…
  2. Pick the connection, database and table, and a row count.
  3. Generate.

A generator is inferred per column from its type and name — names, emails, country codes, dates, booleans, numbers — and a single integer primary key gets sequential values continuing after the current maximum. If you generate into the table you're browsing, the grid refreshes automatically.

Other tools

Tool What it does
Data dictionary… Dumps every object's CREATE statement into a new query tab (Pro)
Console Opens a new query tab
Find in database… Opens the command palette to jump to any table
Server monitor… The live process list (Premium, ElyraSQL only)
History log Your query history