cagerton / pugpug

Simple database migration tool for Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pugpug

Database schema migration helper for Postgres databases.

Pugpug is uses sha1s of the schema of each table to keep track of versions. Pugpug keeps state in the ./pugpug/ directory along with all migration sql and snapshots at each step.

requires: python3.3 PyYaml docopt slugify

About

Simple database migration tool for Postgres


Languages

Language:Python 100.0%