NAME
DBIO::Storage::DBI::AccessBroker - DBI-specific AccessBroker integration for DBIO storage
VERSION
version 0.900000
DESCRIPTION
Mixin for DBIO::Storage::DBI that provides the DBI-level DBIO::AccessBroker integration: connect-info detection and mode-based credential routing.
The abstract broker management API (set_access_broker, clear_access_broker, current_access_broker_connect_info, _assert_transaction_safe_access_broker) lives in DBIO::Storage.
_is_access_broker_connect_info
Returns true when the supplied connect_info looks like a broker-style invocation: a single-element arrayref whose sole member is a blessed DBIO::AccessBroker instance.
_current_dbi_connect_info
Returns the connect info to use for the current connection attempt. Defers to the attached broker (if any) for the requested mode; falls back to the stored _dbi_connect_info otherwise.
AUTHOR
DBIO & DBIx::Class Authors
COPYRIGHT AND LICENSE
Copyright (C) 2026 DBIO Authors Portions Copyright (C) 2005-2025 DBIx::Class Authors Based on DBIx::Class, heavily modified.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.