The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 for database (database name), host, port, user, and pass.

    Returns a new DBI instance.

SEE ALSO

DBI, DBD::Pg

Devel::Ladybug::Persistence

This file is part of Devel::Ladybug.