![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: MySQL, MS SQL, PostgreSQL - Common interfaceby Tomte (Priest) |
on Jun 15, 2007 at 10:01 UTC ( #621428=note: print w/replies, xml ) | Need Help?? |
Well, I'd say if you're going to abstract from SQL up, abstract the whole way to an OO-View where you don't use SQL itself anymore - but if you are determined to write such a module - which could be very useful indeed - I suggest to take a look at the SQLFairy (SQL::Translator) - they have done such a thing already - you could use SQL::Translator on-the-fly, or at least prey upon it to reuse their effort.
regards,
An intellectual is someone whose mind watches itself.
In Section
Seekers of Perl Wisdom
|
|