We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c0a28 commit eda726aCopy full SHA for eda726a
1 file changed
README.md
@@ -29,7 +29,7 @@ Once you have the snapshot, the CLI works offline:
29
- **Lint** - 20+ convention rules (naming, types, primary keys, timestamps, partitioning) and 13 structural audit rules (duplicate indexes, FK coverage, circular FKs, vacuum tuning)
30
- **Migration safety** - lock type analysis, duration estimates, table rewrite detection, safe alternatives for each DDL statement
31
- **Query validation** - SQL parsing via libpg_query, column reference checks against the actual schema, anti-pattern detection
32
-- **Schema diff** - compare snapshots over time, detect drift between live database and saved state
+- **Snapshot diff** - compare schema, planner stats, or activity between snapshots; detect drift against the live database
33
- **[Multi-node stats](docs/multi-node-stats.md)** - per-replica statistics, seq_scan hotspots, routing imbalances
34
35
### MCP server - give your AI assistant a schema brain
0 commit comments