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,506 of 196,739
Downloads: 3,088
Daily
Ranking: 106,086 of 196,700
Downloads: 0
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,425,316,912 | activesupport |
| 37 | 835,022,323 | activerecord |
| 823 | 69,373,537 | pg_query |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kyuuri1791 |