Why yet another database abstraction layer module? Perhaps the most important advantage/distinction DBIx::IO has is auto-discovery of the data dictionary.
With auto-discovery there is less code to write/maintain and your DBA can make structural changes that will be immediately recognized.
For details start with perldoc DBIx::IO.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
DBI
At least one of the following depending on your RDBMS
DBD::Oracle
DBD::mysql
COPYRIGHT AND LICENCE
Copyright (C) 2000-2008 Reed Sandberg
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.