Dory Docs
Core Features

Explorer

Explorer gives you a fast way to understand a database before writing SQL. It is especially useful when the schema is unfamiliar.

What to inspect

  • Available databases and schemas.
  • Tables and views.
  • Column names and types.
  • Relationships or naming patterns across objects.

Why it matters

Explorer reduces guesswork. It also improves the quality of AI prompts because you can reference real objects instead of describing them vaguely.

On this page