From 434389f2a5364b3d1e7464cb267a53a1283564ce Mon Sep 17 00:00:00 2001 From: mafulong Date: Wed, 17 Mar 2021 11:10:48 +0800 Subject: [PATCH] godal sql to golang model --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 019a6473..9ba95725 100644 --- a/README.md +++ b/README.md @@ -2634,6 +2634,7 @@ _**Unofficial** set of patterns for structuring projects._ * [generic](https://github.com/usk81/generic) - flexible data type for Go. * [genny](https://github.com/cheekybits/genny) - Elegant generics for Go. * [gocontracts](https://github.com/Parquery/gocontracts) - brings design-by-contract to Go by synchronizing the code with the documentation. +* [godal](https://github.com/mafulong/godal) - Generate orm models corresponding to golang by specifying sql ddl file, which can be used by gorm. * [gonerics](https://github.com/bouk/gonerics) - Idiomatic Generics in Go. * [gotests](https://github.com/cweill/gotests) - Generate Go tests from your source code. * [gounit](https://github.com/hexdigest/gounit) - Generate Go tests using your own templates.