From f9b024e694ad02a6a73e1c0e31f1ff5a48e8626b Mon Sep 17 00:00:00 2001 From: "David V. Wallin" Date: Sun, 12 Jun 2016 10:10:04 +0200 Subject: [PATCH] added antidote to the migration tool list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47aed67..2404eed 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ## 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. * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library. * [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.