ORM Index Advisor + PR Guard
The Problem
Teams that use ORMs (Django, Rails, SQLAlchemy, etc.) often let schema and indexes drift or rely on ORM-generated queries that are suboptimal; inefficient queries sneak into code via PRs. There’s no easy, automated feedback loop in most CI pipelines that explains when ORM changes will cause sequential scans or require new indexes.