nlesc-sigs / data-sig

Linked data, data & modeling SIG
Other
5 stars 3 forks source link

Go language #4

Closed romulogoncalves closed 6 years ago

romulogoncalves commented 7 years ago

@anandgavai

It seems for Go, the extensions have to be done in C and then you can use them in Go.

At least was what we understood from the following link: https://godoc.org/github.com/mattn/go-sqlite3

See how the load of an extension is done using C within GO (Sorry, I do not know anything about GO) https://github.com/mattn/go-sqlite3/blob/master/sqlite3_load_extension.go

We could link their example to our README and then have also information on how to do it in Go language. We might need your help since we are not experts in GO.

romulogoncalves commented 6 years ago

The issue is open for too long and it was just about a tutorial, we will close it. It belongs to the old SIG.