Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 1.62 KB

file_dialog.md

File metadata and controls

63 lines (51 loc) · 1.62 KB
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
file_dialog
DuckDB Community Extensions Choose a file via native file dialog
name description version language build license excluded_platforms requires_toolchains maintainers
file_dialog
Choose a file via native file dialog
0.0.1
Rust
cargo
MIT
wasm_mvp;wasm_eh;wasm_threads;linux_amd64_musl
rust;python3
yutannihilation
github ref
yutannihilation/duckdb-ext-file-dialog
749dc45f854575d5ee6d9c38573450047773075d
hello_world extended_description
FROM read_csv(choose_file());
This extension is a tiny utility to choose a file interactively.
9
9
n/a
/images/community_extensions/social_preview/preview_community_extension_file_dialog.png
community_extension_doc

Installing and Loading

INSTALL {{ page.extension.name }} FROM community;
LOAD {{ page.extension.name }};

{% if page.docs.hello_world %}

Example

{{ 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 |
|---------------|---------------|-------------|---------|----------|
| choose_file   | scalar        | NULL        | NULL    | []       |