One app for SQL and NoSQL

A lightweight desktop client for every database you ship

Connect to PostgreSQL, MySQL, Redis and MongoDB from a single focused app with a calm dark interface.

Built with Flutter · Cross-platform

querya — productionquerya.desktop

-- recent signups by plan

SELECT plan, count(*) AS users

FROM public.users

WHERE created_at > now() - interval '7 days'

GROUP BY plan ORDER BY users DESC;

planuserstrend
pro1,284+12%
team742+8%
free9,120+1%

What is Querya?

Querya Desktop is a fast, cross-platform database client built around one idea: stop switching tools when you switch engines. SQL or NoSQL, local or remote — one workspace, one set of shortcuts, one mental model.

  • Lightweight and instant to launch.
  • Focused UI — no marketing widgets, no bloat.
  • Multi-engine from day one.

Built for everyday data work

Everything you expect from a modern DB client, nothing you don't.

Cross-platform

Native binaries for Windows, Linux and macOS powered by Flutter desktop.

Multi-database

PostgreSQL, MySQL, Redis and MongoDB out of the box. More engines on the roadmap.

Custom window

No system title bar. A clean frame with bitsdojo_window for a modern desktop feel.

Thoughtful dark UI

Calm contrast, precise spacing, shadcn_flutter components tuned for long sessions.

Query editor + results

A split view for writing queries and inspecting results without losing context.

Connection tree

A resizable left panel organises servers, databases and collections at a glance.

All your engines, one client

Four first-class integrations today, a pluggable core for the rest.

sql

PostgreSQL

Relational. ACID. Mature.

sql

MySQL

Relational. Ubiquitous.

key-value

Redis

In-memory. Lightning fast.

nosql

MongoDB

Document-oriented. Flexible.

A glimpse of the UI

Darker where it counts, calmer where it matters.

querya — productionquerya.desktop

-- recent signups by plan

SELECT plan, count(*) AS users

FROM public.users

WHERE created_at > now() - interval '7 days'

GROUP BY plan ORDER BY users DESC;

planuserstrend
pro1,284+12%
team742+8%
free9,120+1%

$ querya query --db analytics-prod

SELECT id, email, plan

FROM users

WHERE plan = 'pro' LIMIT 20;

✓ 20 rows in 42ms

idemailplan1001user1@querya.devpro1002user2@querya.devpro1003user3@querya.devpro

Open tech, open source

Querya is built on tools the desktop community trusts.

Flutter + Dart for native desktop performance.

shadcn_flutter for consistent, accessible UI primitives.

bitsdojo_window for a custom, borderless frame.

Frequently asked questions

Yes. The source code lives at github.com/QueryaHub/Querya-Desktop. We welcome issues and pull requests.

Ready to stop juggling DB clients?

Grab the source, star the repo, or wait a little longer for the first signed binaries.