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

DBD::Gofer::Policy::rush - The 'rush' policy for DBD::Gofer

Author

Description

The "rush" policy tries to make as few round-trips as possible. It's the opposite end of the policy spectrum to the "pedantic" policy. Temporary docs: See the source code for list of policies and their defaults. In a future version the policies and their defaults will be defined in the pod and parsed out at load- time.

Name

DBD::Gofer::Policy::rush - The 'rush' policy for DBD::Gofer

Synopsis

$dbh = DBI->connect("dbi:Gofer:transport=...;policy=rush", ...)

See Also