Execution-plan assertions backed by a database SPI, implemented first for PostgreSQL via
EXPLAIN (ANALYZE, BUFFERS, FORMAT JSON) run inside a rolled-back transaction (ANALYZE executes the
statement, including any side-effecting DML). Derives stable facts (usesIndex, avoidsSequentialScan,
estimatedRowsLessThan, ...) from the plan rather than ever comparing raw plan text.
Latest Versions
1 versions โ| Version | Vulnerabilities | Usages | Date | |
|---|---|---|---|---|
0.1.x | 0.1.0 |
0
| Jul 26, 2026 |