NAME
Devel::Ladybug::Persistence::PostgreSQL - Vendor-specific overrides for PostgreSQL
DESCRIPTION
Enables the PostgreSQL backing store.
When using PostgreSQL, you must create and grant access to your application's database and the "op" database prior to use.
FUNCTION
connect(%args)
Constructor for a PostgreSQL GlobalDBI object.
%args
is a hash with keys fordatabase
(database name),host
,port
,user
, andpass
.Returns a new GlobalDBI instance.
SEE ALSO
This file is part of Devel::Ladybug.