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::Transport::pipeone - DBD::Gofer client transport for testing

Author

Description

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

Name

DBD::Gofer::Transport::pipeone - DBD::Gofer client transport for testing

See Also

DBD::Gofer::Transport::Base DBD::Gofer perl v5.40.0 2025-02-01 DBD::Gofer::Transport::pipeone(3pm)

Synopsis

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

See Also