Roadmap
What isn't here yet.
Nothing on this page is on the landing page, and nothing on the landing page is on this one. That split is deliberate: the product only gets to advertise what it actually does, and everything else lives here - named, ordered, and without a date anybody would end up breaking.
Next
Being worked on, or the obvious thing after what just shipped.
-
Server-side filtering
Sorting the whole table already works. Filtering it is still something you write yourself instead of clicking.
-
Load more, without the trap
Reading past the row limit has no cheap answer. The quick version shows you the wrong rows whenever the order is not strictly defined; the other version holds a transaction open on your database while you browse, which is the exact thing this app warns you about. Until one of those stops being true, raise the limit or export the whole thing to a file.
-
Signed installers and in-app updates
Installers your operating system trusts on the first run, and updates that ask before they happen.
Planned
Designed, costed, and not started.
-
Visual query plans
The query plan as a tree, with what the database expected beside what actually happened and the expensive step marked - instead of a wall of text nobody reads at two in the morning.
-
Schema diff and migrations
Compare two databases and generate the statements that reconcile them - shown before they run, like everything else.
-
Entity diagrams
The relationships Querium already knows about, drawn.
-
Result diff
The same query, twice, with what changed between them highlighted.
-
Monitoring and lock trees
Who is blocking whom, on one screen - the thing everybody searches the internet for in the middle of an incident.
-
CSV and bulk import
Bulk loading, with a preview of what it is about to do.
Later
Real, wanted, and further out than a plan can usefully describe.
-
More engines
MySQL and MariaDB first, then SQL Server. Adding one is an addition here rather than a rewrite, which is why they will not arrive feeling like second-class citizens.
-
The AI assistant
Explicit about what leaves your machine, using your own key, and held to the same rule as everything else here: it proposes statements, it never runs them.
-
A plugin API
So other people can add panels, commands, export formats and databases of their own.
-
Sync and team features
Encrypted settings and connection sync, shared workspaces.