Skip to content

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).

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.

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.

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.

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.

  • 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.

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).

  • 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