2022 - DB Diff

- Year: 2022
- Technology: Python, Docker, PostgreSQL
DB diff is a small tool that will execute a list of queries against two databases.
The result will be saved in two json files, which can be compared using existing tools.
It will also generate two lists:
- left-orphans.txt: list of records that only exist on the left database
- right-orphans.txt: list of records that only exist on the right database
Comments
Loading comments...