From 7b6d703b3f7e402b3f833d707ee52bc0cd6a6a71 Mon Sep 17 00:00:00 2001 From: xxj <346944475@qq.com> Date: Sun, 5 Jan 2020 05:13:49 +0800 Subject: [PATCH] gormt (#2881) mysql database to golang gorm struct --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe5a99a4..6e1a30e2 100644 --- a/README.md +++ b/README.md @@ -1327,6 +1327,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) - A flexible and powerful SQL string builder library plus a zero-config ORM. * [go-store](https://github.com/gosuri/go-store) - Simple and fast Redis backed key-value store library for Go. * [GORM](https://github.com/jinzhu/gorm) - The fantastic ORM library for Golang, aims to be developer friendly. +* [gormt](https://github.com/xxjwxc/gormt) - Mysql database to golang gorm struct. * [gorp](https://github.com/go-gorp/gorp) - Go Relational Persistence, ORM-ish library for Go. * [grimoire](https://github.com/Fs02/grimoire) - Grimoire is a database access layer and validation for golang. (Support: MySQL, PostgreSQL and SQLite3). * [lore](https://github.com/abrahambotros/lore) - Simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go.