1DBD::Gofer::Transport::UpsiepreoCnoen(t3r)ibuted Perl DoDcBuDm:e:nGtoafteiro:n:Transport::pipeone(3)
2
3
4

NAME

6       DBD::Gofer::Transport::pipeone - DBD::Gofer client transport for
7       testing
8

SYNOPSIS

10         $original_dsn = "...";
11         DBI->connect("dbi:Gofer:transport=pipeone;dsn=$original_dsn",...)
12
13       or, enable by setting the DBI_AUTOPROXY environment variable:
14
15         export DBI_AUTOPROXY="dbi:Gofer:transport=pipeone"
16

DESCRIPTION

18       Connect via DBD::Gofer and execute each request by starting executing a
19       subprocess.
20
21       This is, as you might imagine, spectacularly inefficient!
22
23       It's only intended for testing. Specifically it demonstrates that the
24       server side is completely stateless.
25
26       It also provides a base class for the much more useful
27       DBD::Gofer::Transport::stream transport.
28

AUTHOR

30       Tim Bunce, <http://www.tim.bunce.name>
31
33       Copyright (c) 2007, Tim Bunce, Ireland. All rights reserved.
34
35       This module is free software; you can redistribute it and/or modify it
36       under the same terms as Perl itself. See perlartistic.
37

SEE ALSO

39       DBD::Gofer::Transport::Base
40
41       DBD::Gofer
42
43
44
45perl v5.30.1                      2020-02-10 DBD::Gofer::Transport::pipeone(3)
Impressum