DateTime::Format::DBI

This module finds a DateTime::Format:: class that is suitable for the use with a given DBI connection (and DBD:: driver).

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:

  (one of:)     DateTime::Format::MySQL
                DateTime::Format::Oracle
                DateTime::Format::Pg
                DateTime::Format::SQLite
                ... 
                (see man page for a full list of supported
                formatter/parser modules)

COPYRIGHT AND LICENCE

Copyright (C) 2003-2010 Claus Faerber

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

$Id: README 4451 2010-08-01 14:49:22Z cfaerber $