freebsd-ports/databases/p5-DBIx-Ease/pkg-descr
Mathieu Arnold e8823fa2ac Add p5-DBIx-Ease 0.07
DBIx::Ease is intended to allow less-code DBI interactions.

PR:		54706
Submitted by:	mat
Approved by:	demon (mentor)
2003-08-20 08:26:23 +00:00

11 lines
556 B
Text

DBIx::Ease is intended to allow less-code DBI interactions.
Upon creation of a new DBIx::Ease object you should pass the portion of the DSN
(Data Source Name) common to all connections the object is supposed to store.
Replace the variable portions with '<databasename>'. Whenever you wish to make
only one connection you may enter the complete DSN, also when you want to make
connections with the same source but as different users, then call exec() with
different names of your choice as initial argument.
WWW: http://search.cpan.org/dist/DBIx-Ease/