maiqingqiang / go-orm-helper

🚀🚀 A GoLand plugin that automatically provides database field completion, tags, and generates Structs for writing ORM code. Supports: Gorm、Xorm、Beego、GoFrame, etc. ⭐️ Star to support our work!一个为了让你在 Goland 上写 ORM 能自动补全数据库字段、Tag、生成Struct 的插件。支持:Gorm、Xorm、Beego、GoFrame...)请给个 ⭐️Star 支持我们的工作吧!
GNU General Public License v3.0
161 stars 9 forks source link

[SUGGEST] The Unsupporteds #7

Closed aitimate closed 1 year ago

aitimate commented 1 year ago

For Goframe

  1. dao.Table1.Ctx(ctx)
  2. g.DB().Model()
  3. g.Model(dao.Table1.Table())
maiqingqiang commented 1 year ago

I will fix this syntax later.

maiqingqiang commented 1 year ago

Fixed: https://github.com/maiqingqiang/go-orm-helper/releases/tag/1.2.1-SNAPSHOT

image image image