1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

add ruckusing PHP database migration tools

This commit is contained in:
Anye 2015-04-30 12:37:44 +08:00
parent ef9184427a
commit a7de4b0134

View File

@ -446,6 +446,7 @@ Libraries to help manage database schemas and migrations.
* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
* [Ruckusing](https://github.com/ruckus/ruckusing-migrations) - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite
## NoSQL
*Libraries for working with "NoSQL" backends.*