rusty_quack
Provides a hello world example demo from the Rust-based extension template
Maintainer(s): samansmink, mlafeldt
Installing and Loading
INSTALL rusty_quack FROM community;LOAD rusty_quack;Example
FROM rusty_quack('world');About rusty_quack
The quack extension is based on DuckDB’s Rust Extension Template, and it’s a great starting point to get started building DuckDB extensions in Rust.
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| rusty_echo | scalar | NULL | NULL | |
| rusty_quack | table | NULL | NULL |
Overloaded Functions
This extension does not add any function overloads.
Added Types
This extension does not add any types.
Added Settings
This extension does not add any settings.