App-Sqitch

 view release on metacpan or  search on metacpan

t/click-conf/client.xml  view on Meta::CPAN

         - notchunked - client will only work with server supporting notchunked protocol (current default);
         - notchunked_optional - client prefer server notchunked protocol, but can switch to chunked if server does not support this.
     -->
    <!--
    <proto_caps>
        <send>chunked_optional</send>
        <recv>chunked_optional</recv>
    </proto_caps>
    -->

    <!-- Do not send clickhouse-client to background on C-z -->
    <!-- <ignore_shell_suspend>true</ignore_shell_suspend> -->

    <!--
        Settings adjustable via command-line parameters
        can take their defaults from that config file, see examples:

    <host>127.0.0.1</host>
    <port>9440</port>
    <secure>1</secure>
    <user>dbuser</user>



( run in 1.675 second using v1.01-cache-2.11-cpan-d8267643d1d )