I need to write database components for a medium complexity database, I'm talking about a 30 tables here, with a lot of foreign keys
The problem being that I don't have time to do it by hand - and also because I'm too lazy to write 30 database classes - so I'm looking for an OO database wrapper. Choice seems to be abundant, tangram, class::dbi, alzabo,
Skimming the docs of those I think I need to settle on Class::DBI or Alzabo. I'm not sure which one will fit my needs
the reference (Score:2)
similar (Score:1)
I'd be interested in hearing what your conclusions are. I've been working on a similar project, that I had been doing by hand but then thought that I should perhaps do it in Class::DBI, and now have been floundering trying to decide what to do.
Grudge match ... (Score:2)
Class::DBI is a much smaller time investment to learn, and it's not a resource hog