Folders by domain
Reconciliation, finance, support, on-call. A folder per topic, queries with descriptions, the team finds what they need.
The diagnostic query that fixed last month outage. The reconciliation query the back-office runs every day. The cleanup probe nobody remembers who wrote. Save them once. Run them through the agent. Audit every execution.
Reconciliation, finance, support, on-call. A folder per topic, queries with descriptions, the team finds what they need.
Typed variables (string, number, date, datetime, json, guid, boolean) with defaults at the query level and overrides per user.
Every save is a checkpoint. Restore a previous version. Read the diff. Understand who changed what when.
Statement classifier rejects DML and DDL. Use a read-only database role. The agent enforces statement timeouts.
Rendered SQL, variables applied, who, when, on which connection, row count, duration. Compliance and post-mortems happy.
A saved query becomes a schedule that delivers CSV or Excel to email or Slack. The recurring extract automates itself.
Why teams move off the alternatives
Personal. Lost on laptop reset. Cannot be shared without copy-paste. No execution audit.
Shared but disconnected from the database. No variables. No execution. Half the time the gist is private.
Searchable for two weeks then buried. The link to the message dies when the channel rotates. No variables, no audit.
Heavyweight for an operational query. Often want cloud DB access. Not the right tool for a quick reconciliation extract.
FAQ
Yes. Save a query under the company scope and the team sees it. Personal scope keeps it private. Versioning means edits are not destructive.
Optional. Plain SQL works. When a query needs a customer id or a date range, mark it as a variable and the runner prompts for it. Defaults at the query level, overrides per user.
No. DML and DDL are rejected before dispatch. Use a read-only database role for the connection. To write to the database, use a migration tool and let Taavik observe the result.
Free forever for personal use, Pro for shared workspaces and unlimited library size.