aboutsummaryrefslogblamecommitdiff
path: root/databases/p5-DBIx-Ease/pkg-descr
blob: 882af6b7927ed4a35ec760f3f77264e0884ab9a7 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                               
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.