2002-06-25 19:43:40 +02:00
|
|
|
Class::DBI provides a convenient abstraction layer to a database.
|
2002-05-27 11:43:29 +02:00
|
|
|
|
2002-06-25 19:43:40 +02:00
|
|
|
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.
|
2002-05-27 11:43:29 +02:00
|
|
|
|
2002-06-25 19:43:40 +02:00
|
|
|
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.
|
2002-05-27 11:43:29 +02:00
|
|
|
|
2004-08-11 15:50:05 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Class-DBI/
|