A lightweight desktop client for every database you ship
Built with Flutter · Cross-platform
-- 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;
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.
PostgreSQL
Relational. ACID. Mature.
MySQL
Relational. Ubiquitous.
Redis
In-memory. Lightning fast.
MongoDB
Document-oriented. Flexible.
A glimpse of the UI
Darker where it counts, calmer where it matters.
-- 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;
$ querya query --db analytics-prod
SELECT id, email, plan
FROM users
WHERE plan = 'pro' LIMIT 20;
✓ 20 rows in 42ms
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
Ready to stop juggling DB clients?
Grab the source, star the repo, or wait a little longer for the first signed binaries.