{"id":18783067,"url":"https://github.com/denvaar/pgdiff","last_synced_at":"2025-04-13T20:02:30.535Z","repository":{"id":93745520,"uuid":"395528370","full_name":"denvaar/pgdiff","owner":"denvaar","description":"Compare what data changed between two points in time","archived":false,"fork":false,"pushed_at":"2024-08-04T04:42:45.000Z","size":22,"stargazers_count":103,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-29T10:13:23.557Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denvaar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-13T05:14:10.000Z","updated_at":"2024-11-13T01:43:25.000Z","dependencies_parsed_at":"2024-02-09T16:29:55.567Z","dependency_job_id":"eca07046-0df7-4a14-aa5b-18caa45b8480","html_url":"https://github.com/denvaar/pgdiff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denvaar%2Fpgdiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denvaar%2Fpgdiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denvaar%2Fpgdiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denvaar%2Fpgdiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denvaar","download_url":"https://codeload.github.com/denvaar/pgdiff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237393359,"owners_count":19302774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T20:38:01.779Z","updated_at":"2025-02-06T00:19:12.713Z","avatar_url":"https://github.com/denvaar.png","language":"Shell","funding_links":[],"categories":["[💾 sysadmin-devops](https://github.com/stars/ketsapiwiq/lists/sysadmin-devops)"],"sub_categories":[],"readme":"# pgdiff\n\nCompare what data changed in your Postgres database between two points in time.\n\nIt works by just dumping out the tables into files in `/var/tmp/pgdiff`, so if you have a really large database, then you might have a bad time.\n\n### Usage\n\nStart/end a capture (use the same key a second time)\n\n```bash\n$ pgdiff postgresql://user:password@host:port/db_name -k some_key\n```\n\nDelete existing captures\n\n```bash\n# all\n$ pgdiff postgresql://user:password@host:port/db_name -d\n\n# some_key only\n$ pgdiff postgresql://user:password@host:port/db_name -d -k some_key\n```\n\nLimit capture to certain tables only\n\n```bash\n# no need to use -t on the second time\n$ pgdiff postgresql://user:password@host:port/db_name -k some_key -t \"table_a,table_b,other table\"\n```\n\nShow help info\n\n```bash\n$ pgdiff -h\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenvaar%2Fpgdiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenvaar%2Fpgdiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenvaar%2Fpgdiff/lists"}