Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the future of Class::DBI?

Does anyone know what is the status of Class::DBI? I see that it was last updated on 4 October 2007, is anyone still working on this project or is it just left to die? Thank you.

like image 552
marghi Avatar asked Nov 01 '09 22:11

marghi


3 Answers

Class::DBI collapsed under political pressure and the threats of various lawsuits from one of its developers. It became poisoned code and everyone left. I tried to sort it out in a post on my O'Reilly weblog back in 2005.

The people who left never really came back. It's mostly legacy code now. If you want to help, there are other active projects that could use your help. In my opinion, Class::DBI is the past and it should stay there. It's unfortunate, but life sucks sometimes.

like image 86
brian d foy Avatar answered Nov 10 '22 14:11

brian d foy


A lot of people seem to use DBIx::Class if that helps.

like image 6
Adam Taylor Avatar answered Nov 10 '22 14:11

Adam Taylor


There are many users of Class::DBI, but no new ones, I guess. Some moved to DBIx::Class::CDBICompat. In general, you can ask in Class::DBI mailing list.

If you want, you can help maintain it. Ask where repository is located and start working on bugs in Class::DBI bug tracker.

like image 5
Alexandr Ciornii Avatar answered Nov 10 '22 14:11

Alexandr Ciornii