1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "pgsync";
11 description = "Sync data from one Postgres database to another (like `pg_dump`/`pg_restore`)";
12 homepage = "https://github.com/ankane/pgsync";
13 license = with licenses; mit;
14 maintainers = with maintainers; [ fabianhjr ];