Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.01 KB

File metadata and controls

69 lines (56 loc) · 2.01 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
quack
DuckDB Community Extensions Provides a hello world example demo
name description version language build license maintainers requires_toolchains vcpkg_commit custom_toolchain_script
quack
Provides a hello world example demo
0.0.1
C++
cmake
MIT
hannes
rust
5e5d0e1cd7785623065e77eff011afdeec1a3574
true
github ref
duckdb/extension-template
f89d2663d9788dc27f3a77bcdf638ace6357a459
hello_world extended_description
SELECT quack('world');
The quack extension is based on DuckDB's [Extension Template](https://github.com/duckdb/extension-template/), and it's a great starting point to get started building more advanced extensions.
185
185
537
537
/images/community_extensions/social_preview/preview_community_extension_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 |
|-----------------------|---------------|-------------|---------|----------|
| quack                 | scalar        | NULL        | NULL    | []       |
| quack_openssl_version | scalar        | NULL        | NULL    | []       |