Skip to content
QASignoff

Documentation

Database workbench

Connect to PostgreSQL, MySQL, SQL Server, Oracle, or SQLite and run SQL.

Database workbench

Validate data with SQL alongside your API sign-off.

Database workbench

Open DB mode

Click DB in the top bar.

Add a connection

  1. Click + New Connection.
  2. Choose a Driver:
    • Sample catalog
    • PostgreSQL
    • MySQL
    • SQL Server
    • Oracle
    • SQLite
  3. Fill host, port, username, password, database.
  4. Set Environment (Local → Production) and optional SSL / Read-only.
  5. Keep Save password securely in vault when available.
  6. Click Test Connection, then Done.

Connection dialog

Run SQL

  1. Click + New SQL Tab.
  2. Write a query.
  3. Run with Ctrl+Enter (or Ctrl+Shift+Enter for run all).

Safety

Prefer Read-only connections and non-Production environment tags while exploring. Destructive SQL against Production may prompt for confirmation.

Next

Need something else? See the FAQ. Questions: [email protected]. Bugs: [email protected].