From e6f9045866367fc9a8040f7b8b092570aafec41c Mon Sep 17 00:00:00 2001 From: Jason Buberel Date: Mon, 24 Aug 2015 06:47:16 -0700 Subject: [PATCH] Adding go-database-sql.org --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index 593f4205..4ef00daf 100644 --- a/Home.md +++ b/Home.md @@ -116,6 +116,7 @@ Here are some of the places where you can find Gophers online. To get a sense of - [MutexOrChannel](MutexOrChannel) - When to use one vs the other - [RaceDetector](RaceDetector) - How to detect and fix race conditions - Working with Databases + - [database/sql](http://go-database-sql.org/) - Online tutorial for working with the database/sql package. - [SQLDrivers](SQLDrivers) - [SQLInterface](SQLInterface) - [Comments](Comments)