Skip to content

Commit

Permalink
build based on 3a90366
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 12, 2024
1 parent b2b4b0b commit 4daa567
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ <h2 id="db_table"><code>db_table</code><a class="headerlink" href="#db_table" ti
<p><code>table</code> can be a table name on a database or a path/url to file to read. When passing <code>db_table</code> a path or url, the table is not copied into memory.</p>
<ul>
<li>Of note, <code>db_table</code> only support direct file paths to a table. It does not support database file paths such as <code>dbname.duckdb</code> or <code>dbname.sqlite</code>. Such files must be used with <code>connect</code> first.</li>
<li>With DuckDB and ClickHouse, if you have a folder of multiple files to read, you can use <code>*</code> read in all files matching the pattern.</li>
<li>With DuckDB and ClickHouse, if you have a folder of multiple files to read, you can use <code>*</code> read in all files matching the pattern, with an optional <code>alias</code> argument for what the data should be referred to.</li>
<li>For example, the below would read all files that end in <code>.csv</code> in the given folder.</li>
</ul>
</li>
Expand Down
Loading

0 comments on commit 4daa567

Please sign in to comment.