freebsd-ports/databases/p5-DBIx-Ease/pkg-descr
Edwin Groothuis 46ff4fbe5e databases/p5-DBIx-Ease - WWW location is incorrect.
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
2006-01-03 04:48:51 +00:00

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.