Migrano: Database agnostic migrations
, (*1)
Migrano is database (or purpose) agnostic migration tool. It's made with easy of use in mind.
Migrano doesn't requires any specific configuration of database setup. Instead of that it lets you
define migration dependencies with dependency injection container. What you are doing in your
migrations is absolutely on you., (*2)
Migrano expects that you are using implementation of PSR-11 container like league/container, pimple/pimple, etc., (*3)
How to use it?
- Write migrations in specific directory
- Define migration Application instance
- Define which migration action you want execute
- Run migration action
Migrano intentionally does not contain any binary execution like Phinx or other migration libraries
because it's very easy to implement by yourself., (*4)
See examples to know more., (*5)
Why do you need Migrano?
- You want to use other database than classic RDBMS and you need to deal with schema or
mapping updates.
- You can use Migrano also if your action needs rollback. For example installation of
your application and reverse steps on error.
===, (*6)
If you found this library useful. Let me know on twitter., (*7)