Replies: 2 comments
-
Hi @ma6174, I've been trying to get this part of your discussion to work. Could you elaborate a bit more? How do I only pull in the necessary binaries, especially if I want to remove them from the go-duckdb repository to avoid file size limitations? |
Beta Was this translation helpful? Give feedback.
-
just check this repositoriy: https://github.com/ma6174/duckdb-test-lib
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
purego project: https://github.com/ebitengine/purego
Benefits:
Problem
If using embed to package the shared library into the binary, it needs to be extracted to a temporary directory before loading.
Related issue: ebitengine/purego#102
Simple example
Beta Was this translation helpful? Give feedback.
All reactions