Fellow DBI Users, I am planning to release a module, DBIx::JCL, "DataBase Interface eXtension Job Control Library". This module will (hopefully) fill the need for a module to provide job creation support for database tasks. The module will provide:
* Simplified interface to the DBI, with many high-level functions for database access. * Support for storing job information in external properties files, including all sql used by the job. * Support for notification (email, paging). * Support for log file creation, rotation, and aging. * A plugin interface. * Job execution and management. * External storage of database connection information. * Command line support for jobs. In effect, the module provides an application development framework for writing database access jobs (scripts). Your comments, suggestions, etc respectfully requested. -- Brad Adkins [EMAIL PROTECTED]
