http://qs321.pair.com?node_id=504756


in reply to A brief survey of the DBI usability layer modules on the CPAN

Which database are you using? It makes a difference - I started down the road of using one of them (don't recall which anymore - this was long before I found PM), then found it didn't work with DB2 - and there was no plans to support it. So I had to abandon that module. I've not had the time to go back and revisit that decision.

  • Comment on Re: A brief survey of the DBI usability layer modules on the CPAN

Replies are listed 'Best First'.
Re^2: A brief survey of the DBI usability layer modules on the CPAN
by Aristotle (Chancellor) on Nov 01, 2005 at 22:19 UTC

    Huh? Well, the project I’m using this on must run on MySQL (despite my own choices), and I have some code that uses SQLite. I was going to be using it with PostgreSQL at some point. I don’t see how any of that matters though, since the module leaves the queries entirely up to you.

    Makeshifts last the longest.

Re^2: A brief survey of the DBI usability layer modules on the CPAN
by vek (Prior) on Nov 02, 2005 at 00:42 UTC

    Even though I've not tried DBIx::Simple with DB2 personally, it really shouldn't matter what database you are using as long as it's supported by DBI and has a DBD::* driver. FWIW I know it works with MySQL, Oracle, and Sybase.

    -- vek --