Hacker News new | ask | show | jobs
by tw1984 985 days ago
This is pretty much a os/exec + stdin/stdout redirection library.

I've been using cgo for accessing sqlite for ages, never ever had any trouble. cgo is not remotely as bad as what people might believe. give cgo a go, and you will realize that it saves your time, let you focus on your projects rather than non-senses like how to use stdin/stdout redirection to bypass cgo.