You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use DuckDB Neo on FreeBSD, I have published Node.js bindings for FreeBSD x64. Unfortunately you need to patch this file. Maybe at some point this implementation can be configured at runtime?
You can find the repository here, it's not on GitHub because GitHub Actions doesn't support FreeBSD. It uses the DuckDB build available as a port. This is 1.3.2 right now, but I can update it when it gets updated.
It's all a bit hacky, but it works and that's to be expected from a platform that does not have first-class support.
Instructions
Install @louwers/duckdb-node-bindings-freebsd-x64 and matching @duckdb/node-api version.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks.
If you want to use DuckDB Neo on FreeBSD, I have published Node.js bindings for FreeBSD x64. Unfortunately you need to patch this file. Maybe at some point this implementation can be configured at runtime?
You can find the repository here, it's not on GitHub because GitHub Actions doesn't support FreeBSD. It uses the DuckDB build available as a port. This is 1.3.2 right now, but I can update it when it gets updated.
It's all a bit hacky, but it works and that's to be expected from a platform that does not have first-class support.
Instructions
Install
@louwers/duckdb-node-bindings-freebsd-x64and matching@duckdb/node-apiversion.NOTE: FreeBSD 15 is required
Now you have to patch
duckdb.js:If everything is well, running the following script:
Should result in:
Beta Was this translation helpful? Give feedback.
All reactions