GopherCon 2014 Building Database Applications with Database/SQL by Baron Schwartz

GopherCon 2014 Building Database Applications with Database/SQL by Baron Schwartz


I will show how to use Go's database/sql package, with MySQL as an example. Although the documentation is good, it's dense. I'll discuss idiomatic database/sql code, and cover some topics that...
Tags:golang database MySQL