There is no direct way to automatically manage schema migrations/updates with `pg` (e.g., generate migration files, up and down queries, etc.). I found these two packages to manage migrations but they are not popular. - [node-pg-migrate](https://www.npmjs.com/package/node-pg-migrate) - [postgres-migrations ](https://www.npmjs.com/package/postgres-migrations) I wonder: What will be the best tool to do this?