{
    "mode": "perldoc",
    "parameter": "DBD::Gofer::Transport::null",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/DBD%3A%3AGofer%3A%3ATransport%3A%3Anull/json",
    "generated": "2026-06-13T14:03:13Z",
    "synopsis": "my $originaldsn = \"...\"\nDBI->connect(\"dbi:Gofer:transport=null;dsn=$originaldsn\",...)\nor, enable by setting the DBIAUTOPROXY environment variable:\nexport DBIAUTOPROXY=\"dbi:Gofer:transport=null\"",
    "sections": {
        "NAME": {
            "content": "DBD::Gofer::Transport::null - DBD::Gofer client transport for testing\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "my $originaldsn = \"...\"\nDBI->connect(\"dbi:Gofer:transport=null;dsn=$originaldsn\",...)\n\nor, enable by setting the DBIAUTOPROXY environment variable:\n\nexport DBIAUTOPROXY=\"dbi:Gofer:transport=null\"\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Connect via DBD::Gofer but execute the requests within the same process.\n\nThis is a quick and simple way to test applications for compatibility with the (few)\nrestrictions that DBD::Gofer imposes.\n\nIt also provides a simple, portable way for the DBI test suite to be used to test DBD::Gofer on\nall platforms with no setup.\n\nAlso, by measuring the difference in performance between normal connections and connections via\n\"dbi:Gofer:transport=null\" the basic cost of using DBD::Gofer can be measured. Furthermore, the\nadditional cost of more advanced transports can be isolated by comparing their performance with\nthe null transport.\n\nThe \"t/85gofer.t\" script in the DBI distribution includes a comparative benchmark.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Tim Bunce, <http://www.tim.bunce.name>\n",
            "subsections": []
        },
        "LICENCE AND COPYRIGHT": {
            "content": "Copyright (c) 2007, Tim Bunce, Ireland. All rights reserved.\n\nThis module is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself. See perlartistic.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "DBD::Gofer::Transport::Base\n\nDBD::Gofer\n",
            "subsections": []
        }
    },
    "summary": "DBD::Gofer::Transport::null - DBD::Gofer client transport for testing",
    "flags": [],
    "examples": [],
    "see_also": []
}