Skip to content

SQL Editor

The SQL editor is the core of dblumi. It supports PostgreSQL, MySQL, and Oracle with syntax highlighting, auto-complete, and real-time result streaming.

SQL editor with syntax highlighting and query results

  • Syntax highlighting for PostgreSQL, MySQL, and Oracle SQL
  • Auto-complete for table names, column names, and SQL keywords
  • Run selection — select part of a query and run only that
  • Streaming results — rows appear as they come, no waiting for the full result set
  • Query history — every executed query is saved and accessible from the Overview
  • Export results — download as CSV, JSON, or SQL

dblumi detects potentially destructive queries and warns you before execution:

LevelColorExamples
1BlueINSERT, UPDATE, DELETE
2YellowBulk updates without WHERE
3OrangeDROP, TRUNCATE
4RedDROP DATABASE, DROP SCHEMA

You must explicitly confirm before a flagged query runs.