strong_migrations
Database checker
Catches potentially dangerous database operations in development and prevents them from running by default.
Catch unsafe migrations in development
4k stars
31 watching
176 forks
Language: Ruby
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool to detect and assist with safe PostgreSQL migration operations | 634 |
| Automates common code review chores and codifies team norms. | 5,473 |
| Best practices for running Rails in production, covering security, errors, logging, audits, migrations, web requests, background jobs, email, caching and performance, monitoring, and database optimization. | 2,244 |
| Provides a way to implement soft deletion of records in a Rails application by adding a deleted_at timestamp field | 2,896 |
| Database migration tool written in Go that reads and applies migrations to various databases. | 15,714 |
| A tool that analyzes Elixir migration files to detect potentially dangerous or destructive operations. | 242 |
| A plugin to temporarily hide records in a database without deleting them. | 1,477 |
| A performance monitoring tool for Postgres databases | 8,223 |
| A tool for detecting vulnerabilities in container images and filesystems | 8,970 |
| A library to bulk insert data into databases using ActiveRecord in an efficient manner. | 4,060 |
| A tool for managing changes to databases in a controlled and reversible manner. | 2,953 |
| A tool for managing and comparing changes to PostgreSQL schemas in an automated and testable way | 2,930 |
| Automates schema changes in PostgreSQL without downtime | 1,733 |
| A tool to compress and remove unnecessary migration history from database schema | 1,499 |
| A tool that synchronizes data between two Postgres databases while preserving schema and security. | 3,201 |