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

DBIx::Class::Schema::Loader::DBI - DBIx::Class::Schema::Loader DBI Implementation.

Authors

       See "AUTHORS" in DBIx::Class::Schema::Loader.

Description

       This is the base class for DBIx::Class::Schema::Loader::Base classes for DBI-based storage backends, and
       implements the common functionality between them.

       See DBIx::Class::Schema::Loader::Base for the available options.

License

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

perl v5.40.1                                       2025-03-22              DBIx::Class::Schema::Loader::DBI(3pm)

Methods

new
       Overlays "new" in DBIx::Class::Schema::Loader::Base to do some DBI-specific things.

   load
       We override "load" in DBIx::Class::Schema::Loader::Base here to hook in our localized settings for $dbh
       error handling.

Name

       DBIx::Class::Schema::Loader::DBI - DBIx::Class::Schema::Loader DBI Implementation.

See Also

       DBIx::Class::Schema::Loader

Synopsis

       See DBIx::Class::Schema::Loader::Base

See Also