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

OP::Persistence::SQLite - Vendor-specific overrides for SQLite

FUNCTION

  • connect(%args)

    Constructor for a SQLite GlobalDBI 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 GlobalDBI instance.

SEE ALSO

GlobalDBI, DBI, DBD::SQLite

OP::Persistence

This file is part of OP.