v0.1.1 · 2026-09-15

Your database deserves an IDE.

A fast, precise workspace for PostgreSQL and SQLite - careful with production, and honest with you. Every statement it writes, you read before it runs.

Windows 10+ · x64

  • Fast

    Opens in a blink and stays out of the way. It never loads your table into memory just to show you ten rows of it - so a table with forty million rows opens as quickly as an empty one, and the app is still light enough to leave running all day.

  • Honest

    Every statement it generates is on screen before it runs. Nothing is truncated, sorted or refused quietly, and where an answer would be partial it tells you which part you are looking at.

  • Yours

    Rebind any shortcut to any key, on any keyboard layout - ABNT2 and AZERTY included. Bring the editor theme you already use. And let a setting belong to one connection instead of all of them.

The difference

It won't lie to you.

A tool that is wrong quietly costs you more than one that is slow. You can see slow. Here are four moments where most tools stay quiet and this one speaks up - each of them a mistake somebody has already shipped to production.

  • You sorted a page, not the table.

    Sort the ten thousand rows on screen when the table holds forty million, and "the ten most recent" is a wrong answer in the shape of a right one. Querium tells you which of the two you are looking at, and offers to ask the database for the real one.

    one click, and the whole table is sorted

  • Nothing generated runs unseen.

    Edit a cell and you get the statement, not a spinner. The WHERE clause decides how many rows change, and it was written by a program - so you read it before anything is saved. Every time, for everything the app writes on your behalf.

    no exceptions, no silent writes

  • An unknown host is refused, not trusted.

    Plenty of clients accept any host key they are handed, which throws away the entire reason you put a tunnel there. Querium refuses, and tells you how to fix it. Certificates get the same treatment: verify-full really does check the server's name - even through a tunnel, where it would be easy to quietly stop checking.

    the checks your own ssh config already makes

  • The transaction you forgot is on screen.

    A forgotten transaction is how a deploy stalls at two in the morning: it holds locks, and the next migration queues up behind it. Querium keeps that state in front of you the whole time, marks production in a colour you cannot miss, and carries the timeouts that prevent it on the connection - not in your memory.

    statement_timeout · lock_timeout · idle_in_transaction_session_timeout

One object

One table. Four perspectives.

The rows, the query behind them, the definition of the table itself, and everything that points at it. One object, four answers, without leaving the tab or losing your place.

Edit it here when the rows can be identified. Querium says plainly when they cannot, instead of failing on save.

Ctrl+Enter runs the statement under the cursor, not the whole file.

Read back from the server, constraints and indexes included - for anything in the tree, not just tables.

Click one in the grid and the row it points at opens. Declared keys, and the ones only a naming convention ever agreed on.

The editor

It knows your schema.

Completion comes from the database you are connected to, not from words already in the file - every column with its type beside it, and whatever the schema says about it in the hover. F12 opens a definition, wherever in the database it lives.

The statement under your cursor is the one that runs, so a file full of them is safe to keep. And when the server rejects something, the exact character it objected to is underlined in your own text - not a line number you have to go and count.

formatter · snippets · multi-statement files

Getting there

Production is usually behind something.

Every TLS mode your server offers, and each one means exactly what it says. Encrypting the connection and proving who is on the other end of it are two different questions - plenty of tools blur them, which is how people end up believing they verified something they did not.

SSH tunnels that actually check the host key, client certificates, connection parameters, and timeouts that belong to the connection rather than to your memory. Passwords live in your operating system's keychain - Querium can use one without ever being able to read it.

Windows and Linux, each using its own vault

The cost of having it open

Small enough to leave running.

32 MB
Memory in use with a connection open and a result on screen. Small enough that you stop closing it between tasks.
0
Rows the app holds on to. It fetches the screenful you are looking at and nothing more, so the size of your table stops being the size of your session.
10 001
Rows pulled from a table of forty million: the ten thousand you asked for, plus the one that proves there are more. The rest are never sent - which is what a slow connection notices most.

Make it yours

Configured like an editor, not an enterprise tool.

Everything the app can do is in one searchable list, and anything in that list can be given a shortcut. The shortcut you set is the key you physically press, wherever it sits on your keyboard - so an ABNT2 or AZERTY layout does not quietly break half of them.

Settings can belong to one connection instead of every connection, so the caution you want on production does not follow you to your laptop. And the editor theme you already use comes with you: drop the file in and it takes.

Engines

Two today, and the shape for more.

Nothing here is bolted to one database. Both engines were built in together from the start, which is why neither behaves like the one that came second - and why the next one will not either.

  • PostgreSQL

    14 through 17 - every one of them tested against a real server, not assumed

  • SQLite

    Built in. Open a file and go - nothing to install

  • MySQL, SQL Server…

    Not yet - see the roadmap

Get it

Ready to open your database?

Free, and everything on this page stays free. No account to create, nothing reported back about you, and your credentials never leave your own machine.

Version 0.1.1 · 2026-09-15 · every build is signed, and updates are offered rather than installed behind your back.