Skip to content

Commit

Permalink
Merge pull request #4259 from szarnyasg/faq-fix
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
szarnyasg authored Dec 4, 2024
2 parents cf15d75 + 24851ec commit ae05701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community_extensions/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For details on securing your DuckDB setup, please refer to the [Securing Extensi

<div class="answer" markdown="1">

Writing a DuckDB extension as a collection of SQL macro is already done be a few extensions. The [pivot_table]{% link community_extensions/extensions/pivot_table.md %} and [chsql]{% link community_extensions/extensions/chsql.md %} extensions for example follow this pattern.
Writing a DuckDB extension as a collection of SQL macro is already done be a few extensions. The [`pivot_table`]({% link community_extensions/extensions/pivot_table.md %}) and [`chsql`]({% link community_extensions/extensions/chsql.md %}) extensions for example follow this pattern.

Currently some C++ wrapper code is required, but this is possibly the simplest way to build a community extension *and* the best way to package a set of utility macros to be safely distributed.

Expand Down

0 comments on commit ae05701

Please sign in to comment.