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_quack | table | NULL | NULL |
Overloaded Functions
| function_name | function_type | description | comment | examples | |—————|—————|————-|———|———-|
Added Types
| type_name | type_size | logical_type | type_category | internal | |———–|———-:|————–|—————|———-|
Added Settings
| name | description | input_type | scope | aliases | |——|————-|————|——-|———|