| UR documentation | view source | Contained in the UR distribution. |
UR::DBI - methods for interacting with a database.
##- use UR::DBI;
UR::DBI->monitor_sql(1);
my $dbh = UR::DBI->connect(...);
This module subclasses DBI, and provides a few extra methods useful when using a database.
UR(3), UR::DataSource::RDBMS(3), UR::Context(3), UR::Object(3)
| UR documentation | view source | Contained in the UR distribution. |