Backend

Demystifying PostgreSQL Database Migrations

Database migration is the process of applying changes to a live database environment. This may be done with the help of a database migration library (eg: Phinx for PHP) but in this article we’re not going to focus on how the migration…