relpipe-data/examples-tr-sql-odbc.xml
branchv_0
changeset 324 3cbce8bb28c3
parent 300 b9bd0f06b4a1
equal deleted inserted replaced
323:e2d607e4a4f4 324:3cbce8bb28c3
    86 		</p>
    86 		</p>
    87 		
    87 		
    88 		<ul>
    88 		<ul>
    89 			<li>
    89 			<li>
    90 				<code>--list-data-sources</code>:
    90 				<code>--list-data-sources</code>:
       
    91 				whether to
    91 				lists available (configured) data sources in relational format (so we pipe the output to some output filter e.g. to <code>relpipe-out-tabular</code>)
    92 				lists available (configured) data sources in relational format (so we pipe the output to some output filter e.g. to <code>relpipe-out-tabular</code>)
    92 			</li>
    93 			</li>
    93 			<li>
    94 			<li>
    94 				<code>--data-source-name</code>:
    95 				<code>--data-source-name</code>:
    95 				specifies the DSN of a configured data source
    96 				specifies the DSN of a configured data source
    98 				<code>--data-source-string</code>:
    99 				<code>--data-source-string</code>:
    99 				specifies the connections string for ad-hoc connection without need of any configuration
   100 				specifies the connections string for ad-hoc connection without need of any configuration
   100 			</li>
   101 			</li>
   101 		</ul>
   102 		</ul>
   102 		
   103 		
   103 		<pre><![CDATA[$ relpipe-tr-sql --list-data-sources | relpipe-out-tabular 
   104 		<pre><![CDATA[$ relpipe-tr-sql --list-data-sources true | relpipe-out-tabular 
   104 data_source:
   105 data_source:
   105  ╭───────────────┬──────────────────────╮
   106  ╭───────────────┬──────────────────────╮
   106  │ name (string) │ description (string) │
   107  │ name (string) │ description (string) │
   107  ├───────────────┼──────────────────────┤
   108  ├───────────────┼──────────────────────┤
   108  │ sqlite-memory │ SQLite3              │
   109  │ sqlite-memory │ SQLite3              │