mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-21 16:46:22 +00:00
added antidote to the migration tool list
This commit is contained in:
parent
542a5c2be5
commit
f9b024e694
@ -527,6 +527,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
## Migrations
|
## Migrations
|
||||||
Libraries to help manage database schemas and migrations.
|
Libraries to help manage database schemas and migrations.
|
||||||
|
|
||||||
|
* [Antidote](https://github.com/dvwallin/antidote) - CLI tool to handle database migrations. Can have branches and works with MySQL/MariaDB/Percona/PostgreSQL/Sqlite3.
|
||||||
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
||||||
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
|
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
|
||||||
* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
|
* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
|
||||||
|
Loading…
Reference in New Issue
Block a user