Go Orm Helper Versions Save

🚀🚀 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 支持我们的工作吧!

v1.2.8

4 months ago

[1.2.8] - 2023-12-29

Fixed

  • Fixed data type uppercase issue
  • Handle SQL that cannot be converted to a Struct

Changed

  • upgrade guava 33.0.0-jre
  • upgrade jsqlparser 4.8

v1.2.6

5 months ago

[1.2.6] - 2023-12-02

Changed

  • upgrade libraries

Fixed

  • Fixed PSI and index do not match

v1.2.5

8 months ago

[1.2.5] - 2023-09-10

Changed

  • upgrade libraries

Fixed

  • Fixed PSI and index do not match

v1.2.4

9 months ago

[1.2.4] - 2023-08-13

Changed

  • Use VfsUtilCore.iterateChildrenRecursively
  • Use ProjectUtil.guessProjectDir()
  • Use Strings.toSnakeCase instead of com.google.common.base.CaseFormat && plugin.xml use postStartupActivity
  • Remove log
  • Use com.intellij.lang.annotation.Annotator instead of com.intellij.codeInsight.daemon.impl.HighlightVisitor #12
  • Remove plugin.xml projectService node
  • Use StartupActivity instead of ProjectManagerListener

Fixed

  • Fix Dao Completion
  • Fix ScannedPath
  • Fix FileChooserDescriptor.chooseMultiple

v1.2.2

9 months ago

1.2.2 - 2023-08-06

Fixed

  • When using the DAO tool to generate a model, the field names are directly used as saved in the DAO. #9
image

v1.2.1

9 months ago

[1.2.1] - 2023-07-25

Added

  • Support Inline Conditions.
image

Fixed

  • Fix GoFrame ORM unsupported syntax. #7
  • Fix Outdated stub in index Exception.
image image image

v1.2.1-SNAPSHOT-20230722

9 months ago

[1.2.1] - 2023-07-22

Added

  • Support Inline Conditions.

Fixed

  • Fix GoFrame ORM unsupported syntax.
image

1.2.1-SNAPSHOT

9 months ago

[1.2.1] - 2023-07-19

Fixed

  • Fix GoFrame ORM unsupported syntax. #7
image image image

v1.2.0

10 months ago

[1.2.0] - 2023-07-15

Added

  • Support GoFrame ORM.
  • Support Go ORM Tags Live Template.
  • Refactor Code Completion. Better Performance!
  • Refactor GoORMHelper Cache Manager.

v1.2.0-SNAPSHOT

10 months ago

[1.2.0] - 2023-07-15

Added

  • Support GoFrame ORM.
  • Refactor Code Completion. Better Performance!
  • Refactor GoORMHelperCacheManager.