warning | title | excerpt | extension | repo | docs | extension_star_count | extension_star_count_pretty | extension_download_count | extension_download_count_pretty | image | layout | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DO NOT CHANGE THIS MANUALLY, THIS IS GENERATED BY https://github/duckdb/community-extensions repository, check README there |
hostfs |
DuckDB Community Extensions
Navigate and explore the filesystem using SQL
|
|
|
|
16 |
16 |
525 |
525 |
/images/community_extensions/social_preview/preview_community_extension_hostfs.png |
community_extension_doc |
INSTALL {{ page.extension.name }} FROM community;
LOAD {{ page.extension.name }};
{% if page.docs.hello_world %}
{{ page.docs.hello_world }}```
{% endif %}
{% if page.docs.extended_description %}
### About {{ page.extension.name }}
{{ page.docs.extended_description }}
{% endif %}
### Added Functions
<div class="extension_functions_table"></div>
| function_name | function_type | description | comment | examples |
|--------------------|---------------|-------------|---------|----------|
| absolute_path | scalar | NULL | NULL | [] |
| cd | pragma | NULL | NULL | [] |
| cd | table | NULL | NULL | [] |
| file_extension | scalar | NULL | NULL | [] |
| file_last_modified | scalar | NULL | NULL | [] |
| file_name | scalar | NULL | NULL | [] |
| file_size | scalar | NULL | NULL | [] |
| hostfs | scalar | NULL | NULL | [] |
| hsize | scalar | NULL | NULL | [] |
| is_dir | scalar | NULL | NULL | [] |
| is_file | scalar | NULL | NULL | [] |
| ls | pragma | NULL | NULL | [] |
| ls | table | NULL | NULL | [] |
| lsr | pragma | NULL | NULL | [] |
| lsr | table | NULL | NULL | [] |
| path_exists | scalar | NULL | NULL | [] |
| path_type | scalar | NULL | NULL | [] |
| pwd | pragma | NULL | NULL | [] |
| pwd | scalar | NULL | NULL | [] |