marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
646 stars 97 forks source link

[Question] [Bug] undefined: conn #141

Closed MeowSaiGithub closed 8 months ago

MeowSaiGithub commented 8 months ago

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\go-duckdb@v1.5.6\transaction.go:6:5: undefined: conn

I just use go run . . Did i miss anything or do anything wrong?

marcboeker commented 8 months ago

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.

MeowSaiGithub commented 8 months ago

thanks, i thought i did something wrong