NAME
Devel::Ladybug::Persistence::PostgreSQL - Vendor-specific overrides for PostgreSQL
DESCRIPTION
Enables the PostgreSQL backing store.
If using PostgreSQL, you must create and grant access to your application's database and the "ladybug" database, for the user specified in your ladybugrc
. If there is no ladybugrc, a default username of "ladybug" with empty password will be used for credentials. See Devel::Ladybug::Constants.
FUNCTION
connect(%args)
Constructor for a PostgreSQL DBI object.
%args
is a hash with keys fordatabase
(database name),host
,port
,user
, andpass
.Returns a new DBI instance.
SEE ALSO
This file is part of Devel::Ladybug.