Skip to content

Commit

Permalink
extend readme extension comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taniabogatsch committed Oct 11, 2024
1 parent 78fdc59 commit e5c51f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,7 @@ DYLD_LIBRARY_PATH=/path/to/libs ./main
`go-duckdb` statically builds the `JSON` extension for its pre-compiled libraries.
Additionally, automatic extension loading is enabled.
The extensions available differ between the pre-compiled libraries.
Thus, if you fail to install and load an extension, you might have to link a custom DuckDB.
Thus, if you fail to install and load an extension, you might have to link a custom DuckDB.

Specifically, for MingW (Windows), there are no distributed extensions (yet).
You can statically include them by extending the `BUILD_EXTENSIONS="json"` variable in the `Makefile`.

0 comments on commit e5c51f8

Please sign in to comment.