Search Shortcut cmd + k | ctrl + k
quack

Provides a hello world example demo

Maintainer(s): hannes

Installing and Loading

INSTALL quack FROM community;
LOAD quack;

Example

SELECT quack('world');

About quack

The quack 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
quack scalar NULL NULL  
quack_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.