We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying out the duckdb with this tutorial link - https://duckdb.org/docs/api/go.html and this error came up.
# github.com/marcboeker/go-duckdb C:\Users\HP\go\pkg\mod\github.com\marcboeker\[email protected]\transaction.go:6:5: undefined: conn
I just use go run . . Did i miss anything or do anything wrong?
go run .
The text was updated successfully, but these errors were encountered:
Unfortunately, we currently do not support Windows out of the box. There is a PR #140 for Windows support but it's not completed yet.
Sorry, something went wrong.
thanks, i thought i did something wrong
No branches or pull requests
I was trying out the duckdb with this tutorial link - https://duckdb.org/docs/api/go.html and this error came up.
I just use
go run .
. Did i miss anything or do anything wrong?The text was updated successfully, but these errors were encountered: