Relative Content

Tag Archive for cgocgo

Golang passing sql.DB between C and Go

I’m writing on an encrypt for sql.DB connection, but have some problems in converting pointer between C and Go. Looks like sql.DB is not a simple struct in Go and have GoPointer, any chance can export a function returns *sql.DB to C, and call it by another Go?