reshape
Migration tool
Automates schema changes in PostgreSQL without downtime
An easy-to-use, zero-downtime schema migration tool for Postgres
2k stars
19 watching
37 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
migrationspostgresql
Related projects:
Repository | Description | Stars |
---|---|---|
shayonj/pg-osc | Tool for making schema changes in PostgreSQL with minimal locks to achieve zero downtime updates. | 554 |
salsita/node-pg-migrate | Manages database migrations for PostgreSQL using a migration scripting language and a command-line tool. | 1,303 |
jwdeitch/pg_migrate | A utility to manage Postgres schema and other objects through version-controlled migrations. | 32 |
vladfaust/migrate.cr | A tool for managing changes to a database schema across multiple versions. | 31 |
multum/pg-differ | A Node.js tool for comparing and managing PostgreSQL databases during migrations. | 36 |
square/shift | An application that automates the process of running schema migrations on MySQL databases | 735 |
artemeff/pgsql_migration | Utilities for managing PostgreSQL databases in Erlang projects | 19 |
robinjoseph08/go-pg-migrations | A tool to help manage migrations for a PostgreSQL database using Go and go-pg. | 84 |
lawzava/go-pg-migrate | A package for managing PostgreSQL database schema changes | 10 |
fatkodima/online_migrations | A tool to detect and assist with safe PostgreSQL migration operations | 634 |
macourtney/drift | A migration library for Clojure projects, automating changes to the database schema. | 120 |
rougin/refinery | A tool for creating database migrations in CodeIgniter 3 applications | 17 |
matthuhiggins/foreigner | Adds foreign key helpers to migrations and schema dumps | 1,324 |
lecaillon/evolve | Automates database changes across multiple environments and teams. | 853 |
weavejester/ragtime | A Clojure library for migrating structured data between different storage systems in a way that's independent of the underlying database | 613 |