From e8ec89521a6401b4e30f38ae5f1a99646f0f115d Mon Sep 17 00:00:00 2001 From: EricZhou Date: Mon, 26 Nov 2018 16:02:02 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c5c7ea6..00442680 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ The fantastic ORM library for Golang, aims to be developer friendly. * GORM Guides [http://gorm.io](http://gorm.io) +## Users +- [ginbro](https://github.com/dejavuzhou/ginbro):A scaffold powered by GORM to easily generate a RESTful APIs app from a MySQL database's schema. + ## Contributing [You can help to deliver a better GORM, check out things you can do](http://gorm.io/contribute.html)