DBIx::AnyDBD is a Perl module for developers writing cross database applications. It allows you to write "plugins" for different DBD drivers (Oracle, Sybase, etc) so that your application can do different things on different databases. It doesn't provide any compatibility layer - just an intelligent method to switch to the right class to use at runtime.
| Tags | Software Development Libraries Perl Modules |
|---|---|
| Licenses | Artistic |
| Implementation | Perl |
Recent releases


Changes: This release will only change @ISA when needed.


Changes: This release removes the need for the annoying db_ prefix on method calls.


Changes: Documentation update and ucfirst the driver name (lower case packages are reserved for pragmas in perl).


Changes: Initial Announcement