Jan
23
I wrote this command line tool to do simple table comparisons between two PostgreSQL databases. Web based database applications generally, from time to time, get schema changes. If your application doesn’t use an abstraction layer than automates such schema changes, then a tool such as this can come in handy. A similar web-based and much more advanced tool exists called pgdiff. I needed a command line tool that operated only on tables that’s why I wrote this. You can download it here if you’re interested.