From b35e82968f0c12dc474acef69b39c62e3644e929 Mon Sep 17 00:00:00 2001 From: Greg Osuri Date: Fri, 10 Jul 2015 10:51:56 -0700 Subject: [PATCH 1/2] Added go-store --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c0b84dc..223f423a 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gomodel](https://github.com/cosiner/gomodel) - A lightweight, fast, orm-like library helps interactive with database. * [GORM](https://github.com/jinzhu/gorm) - The fantastic ORM library for Golang, aims to be developer friendly. * [gorp](https://github.com/go-gorp/gorp) - Go Relational Persistence, ORM-ish library for Go. +* [go-store](https://github.com/gosuri/go-store) - A simple and fast Redis backed key-value store library for Go. * [hood](https://github.com/eaigner/hood) - Database agnostic ORM for Go. * [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM. * [upper.io/db](https://github.com/upper/db) - Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers. From 827fd5d84dbec1a51a32009dd7e5ffb3b98c9032 Mon Sep 17 00:00:00 2001 From: Greg Osuri Date: Sun, 12 Jul 2015 18:34:27 -0700 Subject: [PATCH 2/2] Fixed ordering for go-store --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 223f423a..1e284bf8 100644 --- a/README.md +++ b/README.md @@ -503,10 +503,10 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries that implement Object-Relational Mapping or datamapping techniques.* * [BeeDB](https://github.com/astaxie/beedb) - go ORM,support database/sql interface,pq/mysql/sqlite. +* [go-store](https://github.com/gosuri/go-store) - A simple and fast Redis backed key-value store library for Go. * [gomodel](https://github.com/cosiner/gomodel) - A lightweight, fast, orm-like library helps interactive with database. * [GORM](https://github.com/jinzhu/gorm) - The fantastic ORM library for Golang, aims to be developer friendly. * [gorp](https://github.com/go-gorp/gorp) - Go Relational Persistence, ORM-ish library for Go. -* [go-store](https://github.com/gosuri/go-store) - A simple and fast Redis backed key-value store library for Go. * [hood](https://github.com/eaigner/hood) - Database agnostic ORM for Go. * [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM. * [upper.io/db](https://github.com/upper/db) - Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers.