Back to Code Snippets
Allow unsigned extensions (own extensions or untrusted third-parties)Bash
Editor's note: While DuckDB has 20+ official extensions, it also allows you to write your own extensions. In order load extensions from unofficial repositories, you'll need to let DuckDB know that it's safe to do so. This can be done using the allow_unsigned_extensions flag or -unsigned for the CLI.
Execute this Bash
duckdb -unsigned
Copy code
Mehdi Ouazza
Expand
Share link