Database Migration Ruby on Rails Style With Codeigniter



BrantaLeucopsisMigration Database Migration Ruby on Rails Style With Codeigniter

Just released a modification to Mat’as Montes’ Codeignitor Migration code.

http://github.com/cloudmanic/codeignitor-migrations

Description:

An open source utility for Codeigniter inspired by Ruby on Rails.

The one thing Ruby on Rails has that Codeigniter does not have built in
is database migrations. That function to keep track of database chages (versions)
and migrate your database to what ever version you need. Migrate up or migrate down.
With this library you can now do this. This library is not complete, please read
http://codeigniter.com/wiki/Migrations for future needs and issues. This “fork” of
Mat’as orginal work just tweets somethings to work better in our projects. Both Libraries
are powerful and work in nearly the same way. Maybe someday we can create a joint project
with Mat’as or even better get this into that core of Codeigniter.

Tags: , , ,

blog comments powered by Disqus