Tables
- Added, removed
- Renamed (heuristic, scored)
- Comment changed
Every scan is compared to the previous one. Added, removed, modified, and renamed objects are tagged with a severity. The result keeps your documentation accurate and the change history readable.
What it does
Most diff engines treat a column rename as a drop plus an add. That is two false positives. Taavik pre-filters by data type, nullability, ordinal position, and name similarity, then emits a single rename event with a match score. The documentation reads correctly. The audit trail does too.
Comment changes, default expression rephrasing, harmless metadata.
Renames, collation changes, index rebuilds, view body edits.
Column drops, type changes, foreign key removals, table drops.
Documentation updates absorb every change. Alerts subscribe to a severity threshold of your choice.
What is detected
FAQ
Yes. Create alert rules with a severity threshold and an object-type filter, route them to Slack or email. The rules are off by default so your inbox stays calm. See /product/alerts.
Free keeps thirty days, Pro keeps twelve months, Enterprise unlimited. The Markdown documentation always shows the recent change history regardless of the retention plan.
Yes. There is a markdown export of the changes for a given range and database. Useful for audits and consulting deliverables.
Run a scan, change something on the database, run another scan. The documentation reflects it. The history records it.