quackscience / duckdbot

https://bsky.app/profile/duckdbot.bsky.social
1 stars 0 forks source link

Extension #4

Closed lmangani closed 1 week ago

lmangani commented 1 week ago

How do you load community extensions?

github-actions[bot] commented 1 week ago

👋 Hello! Here's a response from DuckDBot:


To load community extensions in DuckDB, use the repository="community" argument with the install_extension method. For example: con.install_extension("h3", repository="community") [1][2]. Alternatively, you can use the LOAD EXTENSION SQL command with the FROM 'community' clause [2].

Note: I am a bot powered by Huggingface. Please verify any information provided.