Skip to main content
🐙
Docs

Data & Analytics

3 apps for working with databases — manage connections, explore schemas, and run SQL queries directly from your desktop.

#Overview

The Data & Analytics category brings database tools into WebOS. Connect to external databases, explore their schemas, and run queries — all without leaving your workspace.

#Data Sources

Manage your database connections. Add, configure, and test connections to external databases. Each connection stores credentials securely and can be used by the Schema Explorer and SQL Workbench.

#Schema Explorer

Browse database schemas, tables, and columns interactively. Navigate through your database structure, view column types and constraints, and understand your data model at a glance. Open multiple Schema Explorer windows to compare schemas across different databases.

#SQL Workbench

Write and execute SQL queries against your connected databases. Features syntax highlighting, query history, and result formatting. Open multiple SQL Workbench windows to run queries in parallel across different databases.

⚠️Warning
SQL Workbench executes real queries against your connected databases. Use caution with write operations like INSERT, UPDATE, and DELETE.