Hacker News new | ask | show | jobs
by Oxodao 1506 days ago
Came across this a few time but never got to try it out because the only golang binding is unofficial and I can't get CGO to work as expected...

That would be really neat to have an official one. This articles makes me want to try it even more

2 comments

Here is a solved Github Issue related to CGO for the Go bindings! If you have another issue, please feel free to post it on their Github page!

https://github.com/marcboeker/go-duckdb/issues/4

Thanks! I didn't see that, I'll give it a try again!
Ran into some similar issues with those bindings. We switched to using the ODBC drivers and its been great. Those are official and we just use an ODBC library in go to connect