freebsd-ports/databases/p5-Class-DBI/pkg-descr
Sergey Skvortsov b8e856a8e9 Add missing manpage
PR:		ports/70288
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
2004-08-11 13:50:05 +00:00

13 lines
582 B
Text

Class::DBI provides a convenient abstraction layer to a database.
It not only provides a simple database to object mapping layer, but can
be used to implement several higher order database functions (triggers,
referential integrity, cascading delete etc.), at the application level,
rather than at the database.
This is particularly useful when using a database which doesn't support
these (such as MySQL), or when you would like your code to be portable
across multiple databases which might implement these things in
different ways.
WWW: http://search.cpan.org/dist/Class-DBI/