Docs SQL Client SQL Routines, Imports & Exports

SQL Routines, Imports & Exports

Manage stored procedures, functions, triggers, and bulk data — including imports from existing Laravel/PHP project configs.

Routines

Browse and edit stored procedures, functions, and triggers per database. Syntax-highlighted editor with parameter introspection. Drop, alter, and execute with one click.

Bulk Import

SourceWhat we read
SQL file (.sql)Multi-statement, transactional execution.
CSVPer-column mapping, type inference, batched inserts.
.env from a Laravel projectAuto-imports DB host, port, user, password, schema.
Encrypted .vtx backupConnections + saved queries restored intact.

Bulk Export

  • Export an entire database to .sql with structure + data, structure-only, or data-only.
  • Export a single table to .sql, .csv, or .json.
  • Export saved connections as an encrypted .vtx file.
  • Compress exports on the fly (gzip).

Last updated 3 hours ago

No matches.