The Confluence page is from two years ago.
Database wiki entries rot fast. New columns appear without anyone updating the documentation. New hires onboard by asking colleagues what a column means.
Taavik scans private databases through an on-premise agent, keeps documentation updated, and lets teams save, run, and schedule trusted SQL without opening the database to the cloud.
Auto-updated
Documentation refreshed by every scan
Team SQL
Saved, parameterized, audited
CSV · Excel
To Slack or email on a schedule
On-prem agent
Outbound TLS, no inbound ports
The problem
Most small technical teams do not have one reliable place for database knowledge. Table meanings live in people's heads, SQL queries are copied across Slack threads and local files, and recurring extracts are still handled manually every Monday morning.
Database wiki entries rot fast. New columns appear without anyone updating the documentation. New hires onboard by asking colleagues what a column means.
The diagnostic query that fixed last month's incident is on someone's laptop. The reconciliation query is in a private gist. Nothing is shared, nothing is versioned.
Someone runs the query, exports to Excel, attaches it to an email, hits send. Every week. When that someone is on holiday, the report does not go out.
Taavik gives your team a single private workspace for database documentation, shared SQL queries, and scheduled operational exports. One place. Read-only. Through an agent that stays in your network.
What you get
Taavik scans your database schema on a schedule and keeps an internal Markdown documentation layer aligned with the latest structure. When tables or columns are added or modified, the documentation is updated and the change history remains visible. Manual notes you wrote stay where you put them.
Turn recurring operational SQL into shared, reusable queries. Organize by folder, bind to a connection, parameterize with variables, run safely from the app through the on-premise agent. Stop losing queries in Slack, gists, and laptops.
Run a saved query on a schedule and deliver the result as CSV or Excel by email or Slack. Useful for daily checks, finance extracts, reconciliation lists, compliance support, and any recurring operational workflow that lives in someone's calendar reminder.
Built for private databases
Taavik uses an on-premise agent to reach databases that should not be exposed to the public internet. Query execution and scheduled exports run through the agent. The cloud acts as a control plane for configuration, documentation, and delivery.
Read the security modelThe browser seals the database password with X25519. The cloud holds only the envelope.
The agent opens TLS to the cloud. No inbound ports. No firewall changes beyond outbound 443.
Use a read-only database role. DML and DDL are rejected before dispatch. The agent enforces statement timeouts.
Rendered SQL, variables, who triggered it, when, on which connection, row count.
Catalog metadata and scheduled export results live in encrypted storage; rows are not persisted in our database.
Control plane runs on dedicated VMs in the European Union. DPA on request.
Guides
Practical guides for scheduled SQL exports, private database execution, and Slack or email delivery.
Save a recurring query, generate CSV, and deliver a secure download link by email.
Private databasesRun recurring exports through the on-premise agent without direct cloud database access.
OperationsReplace calendar reminders and scripts with visible scheduled query runs.
Install the agent on a host inside your network. Seal your database credentials in the browser. Run the first scan. Open the generated documentation.