Introduction
Quay is a native desktop database client for PostgreSQL, MySQL/MariaDB, SQLite, SQL Server, DuckDB, ClickHouse, Cassandra/ScyllaDB, MongoDB, Redis, Snowflake, BigQuery, Databricks, Elasticsearch, InfluxDB, Neo4j, DynamoDB, Firestore, Memcached, Qdrant, Weaviate, and Pinecone — 35 engines under one consistent UI, with first-class macOS, Windows, and Linux builds (Tauri).
It exists because every other database client either does too much poorly (long-tail UI bloat, half-broken backups, mixed-quality engine support) or too little (terminal-only, single-engine).
What’s different
Section titled “What’s different”Confidence over breadth
Section titled “Confidence over breadth”Quay’s North Star is to make you more sure of what you’re about to do. The defaults push you toward safety:
- Edit-as-draft — staged edits, batched commit through a review modal. ⌘S commits, ⌘R refreshes.
- Confirmation rules — typed-name confirm for prod modifications; typed-name for any destructive op in any environment.
- FK-aware backup — dependency-ordered dumps that restore on the first try.
- Restore preview — every dump is parsed before import; you see counts of CREATE / ALTER / INSERT, with DROP / TRUNCATE flagged red.
One UI across 35 engines
Section titled “One UI across 35 engines”Pick MongoDB and it feels Mongo-shaped (collections, BSON editor, aggregation pipeline builder). Pick Redis and it’s Redis-shaped (key tree, type-aware editors, pub/sub tail). The chrome stays consistent — same edit-as-draft, same prod-tag confirmations, same backup grammar — but every engine gets a native idiom.
Built so it works without external CLIs
Section titled “Built so it works without external CLIs”Every feature must be fully functional without mysqldump /
pg_dump / mongodump installed. External tools are optional fast
paths with one-click install offers; they’re never a hard dependency.
See Zero external CLI dependencies.
Optional, opt-in AI
Section titled “Optional, opt-in AI”Every AI feature has a deterministic non-AI fallback. AI is off by default and uses your own API key — Quay never proxies prompts through its servers. See AI assistant.
Who it’s for
Section titled “Who it’s for”- Engineers who run multiple databases and want one trustworthy UI for all of them.
- Teams that ship to production daily and want safety rails without giving up speed (no modal hell, no mandatory clicks for non-prod).
- People migrating off DBeaver / DataGrip / Navicat / TablePlus who hit walls on backup quality, prod-safety defaults, or per-engine depth.
Pricing in one sentence
Section titled “Pricing in one sentence”Free covers the SQL family + the editor + plain backups. Pro ($15/mo) adds NoSQL/cloud/vector engines + every safety differentiator. Pro Plus ($30/mo) adds team sync, cloud backup destinations, scheduled backups, the AI assistant, the migration runner, and the stored-proc trace mode. Yearly = pay for 10 months, get 12.
Buy via account.quay.uncle-z.com; checkout runs through Polar.sh as merchant of record (handles VAT + chargebacks globally).
Where to next
Section titled “Where to next”- Install — DMG / .deb / .rpm / .exe / signed builds
- Quickstart — first connection in under a minute
- Engine overview — what’s supported how deeply
- CLI — headless companion for 24/7 schedules