in reply to Non-Relational Database Use from Perl
I find myself using DBI because it's quick, it's easy, and knowing it, I can work with many database backends with ease.
In the future, I may need to use another approach, depending on the project. I don't really care if Wall Street claims that wearing ties makes me a better programmer, either.
If writing join statements is too painful, perhaps you or someone else will write a tiny bit of syntactic sugar to define a common 'object', using foreign keys or whatever, performing that abstraction for you. I highly recommend abstracting away nasty details of that sort.
|
|---|