From c2bdeb770dba0a5640d03265db23e359e0ab8e0d Mon Sep 17 00:00:00 2001 From: Patrick O Date: Mon, 5 Sep 2016 21:18:02 +1000 Subject: [PATCH 1/2] Add SQLBoiler to ORM section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 527e15e..6a1af8b 100644 --- a/README.md +++ b/README.md @@ -700,6 +700,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM. * [reform](https://github.com/go-reform/reform) - A better ORM for Go, based on non-empty interfaces and code generation. * [Storm](https://github.com/asdine/storm) - Simple and powerful ORM for BoltDB. +* [SQLBoiler](https://github.com/vattle/sqlboiler) - An ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema. * [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. * [Xorm](https://github.com/go-xorm/xorm) - Simple and powerful ORM for Go. * [Zoom](https://github.com/albrow/zoom) - A blazing-fast datastore and querying engine built on Redis. From 59bff5ad6bbadad92d90d1e56a100fa7588df90e Mon Sep 17 00:00:00 2001 From: Patrick O Date: Mon, 5 Sep 2016 22:07:09 +1000 Subject: [PATCH 2/2] Add SQLBoiler to ORM section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a1af8b..b704cdf 100644 --- a/README.md +++ b/README.md @@ -699,8 +699,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gorp](https://github.com/go-gorp/gorp) - Go Relational Persistence, ORM-ish library for Go. * [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM. * [reform](https://github.com/go-reform/reform) - A better ORM for Go, based on non-empty interfaces and code generation. -* [Storm](https://github.com/asdine/storm) - Simple and powerful ORM for BoltDB. * [SQLBoiler](https://github.com/vattle/sqlboiler) - An ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema. +* [Storm](https://github.com/asdine/storm) - Simple and powerful ORM for BoltDB. * [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. * [Xorm](https://github.com/go-xorm/xorm) - Simple and powerful ORM for Go. * [Zoom](https://github.com/albrow/zoom) - A blazing-fast datastore and querying engine built on Redis.