From 98324ca68648d7ec98cfab62542a2ce33083d70e Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sun, 6 Jul 2014 11:13:49 -0300 Subject: [PATCH] add new section: Databases --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 968087d1..4c3a4aef 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Web Frameworks](#web-frameworks) - [Template Engine](#template-engine) - [Authentication and OAuth](#authentication-and-oauth) + - [Database](#database) - [Resources](#resources) - [Websites](#websites) @@ -42,6 +43,12 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [goauth](http://alloy-d.net/goauth/) - A Go library for doing header-based OAuth over HTTP or HTTPS. Mostly created for working with Twitter. +## Database + +*Databases implemented in Go.* + + + # Resources Where to discover new Go libraries.