NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
That looks useful... (Score:1)
However if I was trying to write portable code that needed to handle lots of SQL, I definitely would use that.
Re: (Score:1)
Actually, the DBIx::Placeholder::Named module was conceived in part of rewriting some functionalities of Tao::DBI, for example inheriting properly DBI, and one of its goals is provide named placeholders to database drivers that doesn't support it (like MySQL and SQLite, for instance).
The cool part about this project is if you want (or need) to deploy your application in some database other than postgresql, you can possibly do that without much effort.
Using DBIx::Dictionary as top layer for DBIx an
Igor Sutton
Phrasebooks (Score:1)
Re: (Score:1)
I wanted to write it with the same thinking I had in mind when wrote DBIx::Placeholder::Named, which was inspired by yours Tao::DBI: small and straight to the point.
Hope this clarifies the idea behind those modules
Igor Sutton