utility to dump pg database schema into text comparable format
npm install @pureprofile/pg-schema-dumputility to dump pg database schema into text comparable format
| Statements | Branches | Functions | Lines |
| -----------|----------|-----------|-------|
| !Statements | !Branches | !Functions | !Lines |
```
npm install -g @pureprofile/pg-schema-dump
```
pg-schema-dump --url postgres://username:password@my-database.my-domain/database-name --out ./dump-my-db-here