Tag Archives: post facto

SQL Version Control Implementation Choices II

In the previous post, I discussed two alternative implementations for the yamltodb difference engine: SQL comparisons using extra dictionary tables, and comparing the YAML/JSON maps (Python dicts). Today I’ll review the last option: internal structure comparisons. Internal Structures – Take … Continue reading

Posted in PostgreSQL, Python, Version control | Tagged , , , | 1 Comment

SQL Database Version Control – Post Facto

In this series on SQL database version control solutions, so far we’ve seen a difference engine and some change control aids. The difference tool, apgdiff, suggests you need to store schema listings, i.e., the output from pg_dump -s, in your … Continue reading

Posted in PostgreSQL, Python, Version control | Tagged , , , | 4 Comments