pgmigrate
Database schema manager
A tool to manage and automate changes to a PostgreSQL database schema
Simple tool to evolve PostgreSQL schema easily.
633 stars
25 watching
62 forks
Language: Python
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
adlio/pgxschema | A tool that helps manage and apply PostgreSQL schema changes from within a Go application. | 1 |
perseas/pyrseas | A toolset for managing and describing changes to a PostgreSQL database schema | 400 |
sastraxi/pgsh | Tools for managing a PostgreSQL database like a version control system | 569 |
sqldef/sqldef | Automated schema management tool that uses SQL to manage changes across multiple databases | 1,979 |
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 |
multum/pg-differ | A Node.js tool for comparing and managing PostgreSQL databases during migrations. | 36 |
jwdeitch/pg_migrate | A utility to manage Postgres schema and other objects through version-controlled migrations. | 32 |
rafaelespinoza/godfish | A tool for managing database migrations across multiple databases. | 8 |
credativ/elephant-shed | A comprehensive web-based management tool for PostgreSQL databases | 213 |
lawzava/go-pg-migrate | A package for managing PostgreSQL database schema changes | 10 |
cakephp/migrations | A plugin that simplifies the management of database schema changes in CakePHP applications. | 137 |
kwent/pgbouncerhero | A graphical user interface for managing multiple PostgreSQL servers with PGBouncer | 253 |
caarlos0-graveyard/zsh-pg | A plugin providing utility functions to interact with PostgreSQL databases from the command line. | 18 |
guiabolso/darwin | Manages changes to a database schema over time. | 144 |