Every federated catalog on one canvas

One Diagram for Every Trino Catalog

Trino stores nothing and queries everything — Hive, Iceberg, Delta Lake, Kafka, relational databases. DbSchema connects through the Trino JDBC driver, discovers every configured catalog, and diagrams the federated estate your cluster can reach.

  • Browse catalogs, schemas, and tables in one tree
  • Author cross-catalog joins with three-part names dragged from the tree
  • Inspect rows from any connector through one interface
  • Respect cluster permissions — you see what your Trino user sees
Free Community Edition No signup required 15-day Architect trial included
Free Download

Trusted by teams at

One Query Engine, a Dozen Sources
and No Single Overview

Trino's connector architecture registers each source as a catalog — files on S3 through Hive or Iceberg, dimension tables in PostgreSQL, topics in Kafka. The union of it all exists only at query time; understanding it means walking information_schema catalog by catalog.

DbSchema assembles the map instead: every catalog a node in the tree, every table an entity on a diagram your data platform team can share.

Browse, Join & Inspect
Everything Trino Federates

A desktop view over the coordinator — for engineers and for analysts who skip the CLI.

Discover Trino catalogs and schemas as a diagram
Every Catalog, Discovered at Connect

DbSchema enumerates the configured catalogs and their schemas, then renders tables and views as diagram entities — the federation, drawn.

Compose federated Trino queries visually
Cross-Source Joins Without Typos

Compose queries by picking tables and columns visually, or drag fully qualified catalog.schema.table names from the tree into the editor — then read the SQL before it runs.

Explore data from any Trino connector in one grid
Spot-Check Any Source, Same Grid

Page through an Iceberg table on S3, a Delta Lake table in ADLS, or a MySQL table — filters push down to the connector, and Trino's access control decides what you see.

The Federated Estate,
Documented in One Place

Multi-source architectures rarely get documented, because no single source system owns the whole picture. Export interactive HTML5 documentation of every catalog Trino reaches — diagrams, tables, columns — and give the platform one browsable reference.

Explore the Documentation Tool

HTML5 documentation of a multi-catalog Trino data architecture

Trino Connection Parameters

Get trino-jdbc-*.jar from the Trino release page — driver class io.trino.jdbc.TrinoDriver — and point it at the coordinator's default port 8080: jdbc:trino://coordinator:8080/hive/default. The URL path sets the session's default catalog and schema; omit the schema and reference tables by three-part names instead.

Authentication follows the cluster: LDAP or file-based password, Kerberos, OAuth2/JWT, or client certificates. For HTTPS endpoints use jdbc:trino://coordinator:443/ with TLS enabled in the connection properties, and pass session properties such as query_max_execution_time through the advanced settings dialog. Full reference on the Trino JDBC driver page.

Draw the Map of Your Trino Estate

Free download, zero signup, and a 15-day Architect trial in the box.

Teams working with Trino often use these engines too. Explore dedicated guides and JDBC setup for each.

Browse all 100+ supported databases