{
    "content": [
        {
            "type": "text",
            "text": "# DBD::Gofer::Transport::pipeone (perldoc)\n\n## NAME\n\nDBD::Gofer::Transport::pipeone - DBD::Gofer client transport for testing\n\n## SYNOPSIS\n\n$originaldsn = \"...\";\nDBI->connect(\"dbi:Gofer:transport=pipeone;dsn=$originaldsn\",...)\nor, enable by setting the DBIAUTOPROXY environment variable:\nexport DBIAUTOPROXY=\"dbi:Gofer:transport=pipeone\"\n\n## DESCRIPTION\n\nConnect via DBD::Gofer and execute each request by starting executing a subprocess.\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::pipeone",
        "section": "",
        "mode": "perldoc",
        "summary": "DBD::Gofer::Transport::pipeone - DBD::Gofer client transport for testing",
        "synopsis": "$originaldsn = \"...\";\nDBI->connect(\"dbi:Gofer:transport=pipeone;dsn=$originaldsn\",...)\nor, enable by setting the DBIAUTOPROXY environment variable:\nexport DBIAUTOPROXY=\"dbi:Gofer:transport=pipeone\"",
        "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": 9,
                "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::pipeone - DBD::Gofer client transport for testing\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "$originaldsn = \"...\";\nDBI->connect(\"dbi:Gofer:transport=pipeone;dsn=$originaldsn\",...)\n\nor, enable by setting the DBIAUTOPROXY environment variable:\n\nexport DBIAUTOPROXY=\"dbi:Gofer:transport=pipeone\"\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Connect via DBD::Gofer and execute each request by starting executing a subprocess.\n\nThis is, as you might imagine, spectacularly inefficient!\n\nIt's only intended for testing. Specifically it demonstrates that the server side is completely\nstateless.\n\nIt also provides a base class for the much more useful DBD::Gofer::Transport::stream transport.\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": []
            }
        }
    }
}