A Drizzle migration linter that catches unsafe schema changes in CI
Drizzle Migration Linter is a tool that integrates into your CI pipeline to automatically detect and prevent unsafe database schema changes before they cause production issues. It analyzes migration files for common dangerous operations like dropping columns, altering non-nullable fields, or removing indexes, and provides clear warnings to help teams maintain database integrity during deployment.