Provides a hello world example demo
Maintainer(s):
hannes
Installing and Loading
INSTALL waddle FROM community;
LOAD waddle;
Example
SELECT waddle('DuckDB!');
About waddle
The waddle extension is based on DuckDB's Extension Template, and it's a great starting point to get started building more advanced extensions.
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| waddle | scalar | NULL | NULL | |
| waddle_openssl_version | scalar | 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.