Tables, columns, indexes, views
Generated pages show the technical shape of the database so the team does not inspect catalogs by hand for every question.
Taavik scans PostgreSQL metadata through the on-premise agent and turns it into team-readable documentation with manual notes, object pages, and schema change history.
Metadata scan
PostgreSQL exposes rich schema metadata, but teams still lose context in stale wikis and one-off diagrams. Taavik scans the current structure and keeps the documentation aligned with future changes.
Generated pages show the technical shape of the database so the team does not inspect catalogs by hand for every question.
Add business meaning to tables and columns while generated metadata continues to refresh from scans.
Object-level change history shows what moved recently and keeps documentation useful after migrations.
The agent runs where PostgreSQL is reachable, so private database environments do not need public database access.
Workflow
Good first targets are customers, accounts, subscriptions, invoices, jobs, audit logs, and integration tables. Generate the baseline first, then add short notes where the schema alone is not enough.
See the documentation layer that stores generated Markdown and manual notes.
ChangesReview added, removed, renamed, and modified objects after each scan.
AgentUnderstand how scans and query runs are routed from inside the private network.
Run a metadata scan, generate object pages, and keep documentation aligned with schema changes.