DBD::Gofer::Transport::http - DBD::Gofer client transport using http |
DBD::Gofer::Transport::http - DBD::Gofer client transport using http
my $remote_dsn = "..." DBI->connect("dbi:Gofer:transport=http;url=http://gofer.example.com/gofer;dsn=$remote_dsn",...)
or, enable by setting the DBI_AUTOPROXY environment variable:
export DBI_AUTOPROXY='dbi:Gofer:transport=http;url=http://gofer.example.com/gofer'
Connect with DBI::Gofer servers that use http transports, i.e., the DBI::Gofer::Transport::mod_perl manpage.
The DBD::Gofer, DBD::Gofer::* and DBI::Gofer::* modules are Copyright (c) 2007 Tim Bunce. Ireland. All rights reserved.
You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
the DBD::Gofer manpage and the DBI::Gofer::Transport::mod_perl manpage
DBD::Gofer::Transport::http - DBD::Gofer client transport using http |