Bindings to existing C libraries (using cgo). Please contact me if you know of any others not listed here. Databases and Storage SQLite gosqlite - SQLite 3 bindings with a very simple interface. By Russ Cox (one of the main Go developers at Google, so this is probably a good example of how to use cgo). gosqlite3 - Go interface for SQLite3. By kuroneko. gosqlite3 - Fork of the previous package with