freebsd-ports/databases/p5-DBIx-AnyDBD/pkg-descr
Pete Fritchman 81ea50f022 Add p5-DBIx-AnyDBD 2.00, dBD independant class.
PR:		33413
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-02-08 07:43:14 +00:00

10 lines
477 B
Text

This class provides application developers with an abstraction class
a level away from DBI, that allows them to write an application
that works on multiple database platforms. The idea isn't to take
away the responsibility for coding different SQL on different
platforms, but to simply provide a platform that uses the right
class at the right time for whatever DB is currently in use.
WWW: http://search.cpan.org/search?dist=DBIx-AnyDBD
Seamus Venasse <svenasse@polaris.ca>