Provides a hello world example demo from the Rust-based extension template
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 | example |
---|---|---|---|---|
rusty_quack | table |