online_migrations
Migration helper
A tool to detect and assist with safe PostgreSQL migration operations
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).
634 stars
6 watching
19 forks
Language: Ruby
last commit: 2 months ago
Linked from 1 awesome list
activerecordgemmigrationspostgresqlrailsruby
Related projects:
Repository | Description | Stars |
---|---|---|
| A Ruby gem that provides fast and accurate estimate of row counts in large databases | 230 |
| Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
| Provides additional Postgres functionality to an ActiveRecord application. | 1,325 |
| Converts Ruby ActiveRecord database migrations to Elixir-compatible Ecto migrations | 13 |
| A package for managing PostgreSQL database schema changes | 10 |
| Manages database migrations for PostgreSQL using a migration scripting language and a command-line tool. | 1,303 |
| A tool for managing and versioning database migrations using a Common Lisp-based migration manager. | 9 |
| Automates data tracking and auditing in Ruby on Rails applications | 84 |
| Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 361 |
| Automates schema changes in PostgreSQL without downtime | 1,733 |
| Utilities for managing PostgreSQL databases in Erlang projects | 19 |
| A Node.js tool for comparing and managing PostgreSQL databases during migrations. | 36 |
| A Ruby gem providing fulltext search capabilities for ActiveRecord models using built-in RDBMS indices. | 828 |
| A Rails gem for managing tags with PostgreSQL array columns in a flexible and efficient way | 53 |
| Adds support for missing PostgreSQL data types to ActiveRecord in Ruby on Rails applications | 643 |