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
| Source | What we read |
|---|---|
| SQL file (.sql) | Multi-statement, transactional execution. |
| CSV | Per-column mapping, type inference, batched inserts. |
.env from a Laravel project | Auto-imports DB host, port, user, password, schema. |
Encrypted .vtx backup | Connections + saved queries restored intact. |
Bulk Export
- Export an entire database to
.sqlwith structure + data, structure-only, or data-only. - Export a single table to
.sql,.csv, or.json. - Export saved connections as an encrypted
.vtxfile. - Compress exports on the fly (gzip).