46ff4fbe5e
There seems to be no sign of DBIx::Ease module when trying to access through the given URL in pkg-descr. PR: ports/90231 Submitted by: Parv <parv@pair.com> Approved by: maintainer timeout
8 lines
510 B
Text
8 lines
510 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.
|