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.

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