logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

UR::DBI - methods for interacting with a database.

Description

       This module subclasses DBI, and provides a few extra methods useful when using a database.

Methods

Name

       UR::DBI - methods for interacting with a database.

See Also

UR(3), UR::DataSource::RDBMS(3), UR::Context(3), UR::Object(3)

perl v5.38.2                                       2024-06-15                                       UR::DBI(3pm)

Synopsis

           ##- use UR::DBI;
           UR::DBI->monitor_sql(1);
           my $dbh = UR::DBI->connect(...);

See Also