1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-17 15:17:18 +03:00
Simple tool to evolve PostgreSQL schema easily.
Go to file
2016-10-03 18:52:42 +03:00
doc First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
features First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
.gitignore First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
.isort.cfg First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
.pylintrc First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
.travis.yml First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
AUTHORS First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
Dockerfile First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
LICENSE First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
Makefile First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
pgmigrate.py First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
README.md First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
run_test.sh First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
setup.py First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00
tox.ini First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00

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.