{
    "content": [
        {
            "type": "text",
            "text": "# DBD::Gofer::Transport::null (perldoc)\n\n## NAME\n\nDBD::Gofer::Transport::null - DBD::Gofer client transport for testing\n\n## SYNOPSIS\n\nmy $originaldsn = \"...\"\nDBI->connect(\"dbi:Gofer:transport=null;dsn=$originaldsn\",...)\nor, enable by setting the DBIAUTOPROXY environment variable:\nexport DBIAUTOPROXY=\"dbi:Gofer:transport=null\"\n\n## DESCRIPTION\n\nConnect via DBD::Gofer but execute the requests within the same process.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **LICENCE AND COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "DBD::Gofer::Transport::null",
        "section": "",
        "mode": "perldoc",
        "summary": "DBD::Gofer::Transport::null - DBD::Gofer client transport for testing",
        "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\"",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENCE AND COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}