mirror of
https://github.com/yandex/pgmigrate.git
synced 2024-11-08 22:11:31 +03:00
Simple tool to evolve PostgreSQL schema easily.
doc | ||
features | ||
.gitignore | ||
.isort.cfg | ||
.pylintrc | ||
.travis.yml | ||
AUTHORS | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
pgmigrate.py | ||
README.md | ||
run_test.sh | ||
setup.py | ||
tox.ini |
PGmigrate
PostgreSQL migrations made easy
Install
pip install yandex-pgmigrate
Running tests
Tests require running PostgreSQL instance with superuser (to create/drop dbs). You could setup this yourself and use tox to start tests:
tox
Second option is to use docker and make:
make test
How to use
Complete manual is here.
Release history
- 1.0.0 (2016-10-03)
- First opensource version
License
Distributed under the PostgreSQL license. See LICENSE for more information.