1DBD::Gofer::Policy::rusUhs(e3r)Contributed Perl DocumentDaBtDi:o:nGofer::Policy::rush(3)
2
3
4
6 DBD::Gofer::Policy::rush - The 'rush' policy for DBD::Gofer
7
9 $dbh = DBI->connect("dbi:Gofer:transport=...;policy=rush", ...)
10
12 The "rush" policy tries to make as few round-trips as possible. It's
13 the opposite end of the policy spectrum to the "pedantic" policy.
14
15 Temporary docs: See the source code for list of policies and their
16 defaults.
17
18 In a future version the policies and their defaults will be defined in
19 the pod and parsed out at load-time.
20
22 Tim Bunce, <http://www.tim.bunce.name>
23
25 Copyright (c) 2007, Tim Bunce, Ireland. All rights reserved.
26
27 This module is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself. See perlartistic.
29
30
31
32perl v5.32.1 2021-01-27 DBD::Gofer::Policy::rush(3)