Dory Docs
Database Support

Dory Supported Databases

Dory is an AI-native data workspace for modern databases. You can connect supported databases, browse schema, write SQL, generate queries with AI, inspect results, build charts, and save reusable queries.

Database Support Overview

DatabaseBest fitDory support
ClickHouseEvent, log, observability, and high-throughput analyticsSQL, Explorer, AI, Monitoring, and Privileges.
PostgreSQLOperational apps, internal tools, and analyticsSchema browsing, SQL, AI assistance, and result analysis.
NeonServerless PostgreSQL and cloud developmentPostgreSQL-compatible connection support.
MySQLWeb application databases and reportingQuerying, AI assistance, and production-safe exploration.
MariaDBMariaDB application databases and reportingDedicated connection support for SQL, Explorer, and AI assistance.
SQLiteLocal files, prototypes, demos, and lightweight analysisAbsolute-path local .sqlite / .db file connections.
DuckDBLocal analytical files and MotherDuck workflowsLocal DuckDB files and MotherDuck tokens.
Cloud DatabasesManaged databases and team deploymentsTLS, allowlists, SSH tunnels, and secret-management guidance.

Typical Dory Database Workflow

  1. Create a connection in Connections.
  2. Browse databases, schemas, tables, and columns in Explorer.
  3. Write and run SQL in SQL Console.
  4. Use AI Chat to generate, explain, fix, or optimize queries.
  5. Validate results and build charts in Charts & Results.
  6. Save reusable SQL in Saved Queries.

Choose a Connection Method

  • Use the desktop app for local development and direct access from your machine.
  • Use Docker or self-hosting when a team needs shared access.
  • Use file paths for SQLite and DuckDB only when the Dory runtime can read those files.
  • Use SSH Tunnel or cloud networking settings when databases are not publicly reachable.

Quick Answer

Dory supports ClickHouse, PostgreSQL, Neon, MySQL, MariaDB, SQLite, DuckDB, and MotherDuck. It can be used as an AI SQL client, database explorer, query result analysis tool, and ClickHouse operations assistant.

Next Steps

On this page