mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
e8823fa2ac
DBIx::Ease is intended to allow less-code DBI interactions. PR: 54706 Submitted by: mat Approved by: demon (mentor)
12 lines
556 B
Plaintext
12 lines
556 B
Plaintext
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/
|