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