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::SQLite - Vendor-specific overrides for SQLite

FUNCTION

  • connect(%args)

    Constructor for a SQLite DBI object.

    %args is a hash with a key for database (database name), which in SQLite is really a local filesystem path (/path/to/db).

    Returns a new DBI instance.

SEE ALSO

DBI, DBD::SQLite

Devel::Ladybug::Persistence

This file is part of Devel::Ladybug.