Skip to content

Releases: eyjian/sql2struct

v0.0.13

11 Feb 08:02

Choose a tag to compare

1、解决执行“go install”时的错误“The go.mod file for the module providing named packages contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module.”

v0.0.11

05 Sep 01:34

Choose a tag to compare

1、支持通过参数“-pointer”生成指针类型的Model
2、支持通过参数“-time-pointer”生成指针类型的 time.Time

s2s/v0.0.5

05 Sep 01:34

Choose a tag to compare

1、支持通过参数“-pointer”生成指针类型的Model
2、支持通过参数“-time-pointer”生成指针类型的 time.Time

v0.0.9

15 Aug 15:32

Choose a tag to compare

1、支持JSON类型的字段
2、提供可复用的SDK

s2s/v0.0.3

15 Aug 15:32

Choose a tag to compare

1、可复用的SDK

v0.0.2

09 Mar 08:27

Choose a tag to compare

增加自定义 tags 支持,可通过参数“-tags”指定一个或者多个自定义的 tags。如果 tags 名以横杠“-”打头,表示 tags 值使用去掉字段名前缀后值,否则使用字段名作为值。

v0.0.1

03 Mar 14:30

Choose a tag to compare

A tool to convert table creation SQL into Go struct.