|
|
|
|
|
by solarengineer
176 days ago
|
|
I mentioned Hibernate and knex as examples of DB schema version control tools. Incidentally, you can rsync postgres dumps as well. That's what I do when testing and when sharing test data with team mates. At times, I decide to pgload the database dump into a different target system. My reason for sharing: I accepted that I was being lethargic about using postgres, so I just automated certain things as I went along. |
|