Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 1.86 KB

rusty_quack.md

File metadata and controls

64 lines (51 loc) · 1.86 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
rusty_quack
DuckDB Community Extensions Provides a hello world example demo from the Rust-based extension template
name description version language build license excluded_platforms requires_toolchains maintainers
rusty_quack
Provides a hello world example demo from the Rust-based extension template
0.0.1
Rust
cargo
MIT
wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;linux_amd64_musl
rust;python3
samansmink
github ref
duckdb/extension-template-rs
9d488943d532b81f57031a26c23303c2aaec9c0d
hello_world extended_description
FROM rusty_quack('world');
The quack extension is based on DuckDB's [Rust Extension Template](https://github.com/duckdb/extension-template-rs/), and it's a great starting point to get started building DuckDB extensions in Rust.
46
46
443
443
/images/community_extensions/social_preview/preview_community_extension_rusty_quack.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 |
|---------------|---------------|-------------|---------|----------|
| rusty_quack   | table         | NULL        | NULL    | []       |