SQL Editor

The SQL Editor allows you to run queries directly from the browser.

Features

  • Syntax highlighting
  • Query execution
  • Result visualization
  • Query history
  • Saved queries

Example:

SELECT * FROM users;

Click Run Query to execute.