-
Recent Posts
Archives
Categories
Tags
adminer alter table andromeda apgdiff autodoc bottle cherrypy concurrency control constraints create table database tools dbdeploy diva django emacs flask git html forms jinja liquibase mako pagila pep8 pesto pgadmin pgfoundry php phppgadmin post facto postgresql psycopg pyramid python pyyaml sqlalchemy test driven development twisted unittest user interfaces version control versioning web.py web2py webob werkzeugBlogroll
Meta
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 post facto, postgresql, python, version control
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 post facto, postgresql, python, version control
4 Comments