Git-style branching for your Rails database
PostgreSQL schemas + search_path trick gives each Git branch its own database schema.
A Postgres extension that audits your database and harshly judges everything it finds.
pganalyze for schema mistakes, not performance — runs as CREATE EXTENSION with zero external deps.
PostgreSQL developers and DBAs who want automated schema auditing
pganalyze · pgMustard · HypoPG
PostgreSQL schemas + search_path trick gives each Git branch its own database schema.
Blocks UPDATE without WHERE at compile time, unlike Prisma or GORM.
Pure SQL introspection means zero driver hell when exporting Postgres schemas to DBML.
Database triggers keep embeddings in sync—no ETL pipelines or separate vector database needed.
Postgres MCP server that lets agents inspect column values before writing queries.
No ETL or new database needed but pgvector wrappers already exist in this space.