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 GlobalDBI object.

    %args is a hash with keys for database (database name), host, port, user, and pass.

    Returns a new GlobalDBI instance.

SEE ALSO

GlobalDBI, DBI, DBD::Pg

Devel::Ladybug::Persistence

This file is part of Devel::Ladybug.