Categories: None [Edit]
pg_canary
pg_canary watches queries executed in development/test, parses them with PostgreSQL's own parser (pg_query), and combines the AST with schema metadata (indexes, column types) to warn about anti-patterns that can become slow queries in production: leading-wildcard LIKEs, function-wrapped columns in WHERE, ORDER BY RANDOM(), NOT IN (SELECT ...), and more.
Total
Ranking: 167,361 of 195,980
Downloads: 3,058
Daily
Ranking: 75,614 of 195,956
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 7 | 1,409,140,337 | activesupport |
| 37 | 825,371,810 | activerecord |
| 824 | 68,580,516 | pg_query |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kyuuri1791 |