I'm not sure how specific a definition of "plugins" you're asking about. But if by those you mean "other modules that work with Class::DBI", you will want the Class::DBI::Foo module for your DBD driver if one exists (e.g. Class::DBI::Pg, or Class::DBI::SQLite. I would also mention Class::DBI::Loader since it can be quite handy for keeping your scripts clean of package declarations. Beyond that, it depends on what you want to do. | [reply] |
What problem with Class::DBI are you trying to solve through the use of plugins? Don't use any of them unless you have already tried using Class::DBI by itself and found it lacking. | [reply] |