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


Release Notes: This release will only change @ISA when needed.


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


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


Release Notes: Initial Announcement