Skiv
Browse documentation

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/app
Credentials are stored in your operating system's secure credential store, never in plain text.