Dory Docs
Database Support

PostgreSQL

PostgreSQL works well for operational applications, internal tools, and analytical side workflows.

Good practice

  • Confirm the target schema before querying.
  • Use read-only roles where possible.
  • Check indexing when AI suggests expensive joins.

On this page