-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows build? #137
Comments
Hey, thank you! There is no windows support currently and it wouldn't work out of the box on windows natively, but you could try using the Windows Linux Subsystem! Otherwise, you could use docker or create a PR for native windows support. |
Hi @rprovodenko One thing to note is that this downloads and builds the latest duckdb master branch directly from the duckdb github repo instead of using the snapshot used to build node-duckdb. So this branch also includes some changes to I'd love to see this work land in the main node-duck repo so that others can benefit from this. A first step is probably to get node-duckdb updated to use the latest duckdb code from the master branch Do you have plans to do that work? Would you like me to submit just the changes for that in a PR? Once node-duckdb is up to date with duckdb master, I can rebase my I'm totally open to other ways to do it, please just let me know how you'd like to proceed! |
Awesome @antonycourtney 👍 |
Love the simplicity of the API and nice packaging (like including parquet support) of node-duckdb!
I'm developing a packaged application (Tad, a tabular data viewer). I've got it working nicely using node-duckdb on Mac and Linux, but I'd also like to include a Windows build as I did for past releases that were built on sqlite.
Has anyone attempted to build node-duckdb for Windows? Any known / expected compatibility issues? How dependent is the build process on being able to run Unix-like commands and shell scripts?
The text was updated successfully, but these errors were encountered: