Documentation
PostgreSQL
Connect to Postgres, browse schemas, and run SQL.
Connect to a PostgreSQL server to explore schemas, inspect tables, and run queries with results beside your code.
Connecting
bash
postgres://user:password@localhost:5432/appCredentials are stored in your operating system's secure credential store, never in plain text.