MySQL and Go

Google's Go language is increasingly popular for systems programming. It's efficient and fun to program in Go, and it produces high-performance programs. Go is well suited for working with SQL databases, and has excellent MySQL drivers. This talk shows how to use Go's database/sql package with MySQL and addresses idiomatic database/sql code, available drivers for MySQL, and shows tips and tricks that will save you time and frustration..