Phinx - Framework-Agnostic DB Migrations in PHP
October 17 2014, 11:33am
Includes a neat feature called "reversible migrations" allows you to just define the up() in migrations. Integrates into deploy/CI tools easily. Supports MySQL, Postgres, SQLite, SQL Server.
- Tags:
- php
- sql
- database
- migrations