CLI Finder / use-case / query-postgres

CLI tools for querying Postgres

Use psql, Supabase CLI, and related tools for database inspection and safe SQL workflows.

use-case

Best tools

Use psql for direct Postgres, Supabase CLI for Supabase projects, and DuckDB for local analytics.

Agent workflow

Start with SELECT-only queries and require approval for INSERT, UPDATE, DELETE, DROP, or migrations.