Skip to content

Releases: Shelnutt2/db2struct

v1.0.2

07 Dec 16:13
175db63
Compare
Choose a tag to compare

Changes include:

  • Improve the code to make the order of the model's fields consistent with the order in the table ddl from @zhangxiaodel #39

v1.0.1

18 May 18:08
2234744
Compare
Choose a tag to compare

Changes include:

  • Add support for json datatypes #30 #31
  • Fix primary_key on JSON tags #34

v1.0.0

30 Jul 14:16
dc0ba3d
Compare
Choose a tag to compare

Release includes:

  • Support for MariaDB/MySQL
  • Writing output to file (Thanks to @xiangdong1987)
  • Primary Key support (Thanks to @kiwamunet)
  • Support for sql.Null, gorm and guregu nulls support
  • Go modules