12 passthru.updateScript = bundlerUpdateScript "pgsync";
15 description = "Sync data from one Postgres database to another (like `pg_dump`/`pg_restore`)";
16 homepage = "https://github.com/ankane/pgsync";
17 license = with licenses; mit;
18 maintainers = with maintainers; [ fabianhjr ];