PounceSQL icon

The SQL client that pounces on your data.

A fast, native macOS client for Azure SQL, SQL Server, PostgreSQL and SQLite — with an AI assistant that doesn’t just write queries, it diagrams your schema and charts your results. Ships with a demo database, so you can start querying in seconds.

brew install --cask pounceapps/tap/pouncesql
PounceSQL running a query with results
Connect, query, and get results — with the AI assistant one panel away.

Four engines, one client

Azure SQL, SQL Server, PostgreSQL & SQLite.

Native drivers for each — Azure AD / SQL / NTLM / Kerberos auth for SQL Server, full Postgres support, and zero-config SQLite. Pin databases to the tree and switch instantly.

Azure SQL

Azure AD login, per-database pinning, and a guided connect wizard.

SQL Server

On-prem 2017–2025+, with SQL, NTLM or Kerberos authentication.

PostgreSQL

Full Postgres support over pgx — schemas, views, the works.

SQLite

Open any .db file instantly. A demo music database is built in.

PounceSQL database tree
Every connection pinned to the tree — Azure SQL, SQL Server, Postgres and SQLite side by side.

The AI assistant

It writes the query, explains the data, and draws the picture.

Ask in plain English. PounceSQL knows your schema, so it writes correct SQL, runs it, and turns the answer into a chart, a Mermaid diagram, or a clean summary — right next to your editor.

Which artists have the most plays? Chart it.
Top artists by total plays:
1. The Midnight Runners — 357,380
2. Aurora Skies — 181,025
3. Neon Cascade — 90,850

Rendered as a bar chart in the results panel. Want it by album instead?
Diagram how the tables relate.
Here’s the schema — artists → albums → tracks — as a Mermaid ER diagram. Foreign keys drawn from the live catalog.
PounceSQL AI assistant with a chart
The assistant answers with charts and diagrams, not just text.

Charts your results

Bar, line and pie charts generated from the rows the query returns.

Diagrams your schema

Mermaid ER diagrams and flowcharts drawn from the live catalog.

KPIs & summaries

Headline numbers and plain-English readouts from a result set.

Bring your own AI

OpenAI, Anthropic, Ollama, or your own gateway.

No lock-in. Point PounceSQL at a direct API key, a local Ollama model, or a corporate AI gateway — with per-provider profiles and a model switcher. A PHI-safe indicator shows when your model is cleared for sensitive data.

Direct API

OpenAI or Anthropic keys, stored encrypted in the macOS keychain.

Local (Ollama)

Run models entirely on your machine — nothing leaves your Mac.

AI gateway

Point at your org’s gateway; PHI-OK / no-PHI shown right in the status bar.

Install

One line, notarized, ready to query.

macOS 13+ (Apple Silicon). Ships with a demo database — no server or login required to start.

brew tap pounceapps/tap
brew install --cask pouncesql

Or download a notarized .dmg from pounceapps/downloads. Full docs in the wiki.

Under active development. Provided “as is”, without warranty. The AI assistant and MCP tools are read-only by default — non-SELECT statements run only if you enable them. Test against a non-production database first.