Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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