doctolib/safe-pg-migrations
Make your PostgreSQL migrations safe
Database constraints made easy for ActiveRecord.
Appears on
Quick read
Latest capture 2026-08-20 03:04
0 paths
Agent instructions and tool configuration found in this repository.
No config files detected.
5 observed captures since 2026-06-09. Observed captures are shown by default.
Stars from first capture -1
Observed captures only
All tracked data
Observed snapshots
Observed snapshots
Nearest indexed repositories by embedding similarity.
Make your PostgreSQL migrations safe
The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
Enumerated attributes with I18n and ActiveRecord/Mongoid support
Modern encryption for Ruby and Rails