Skip to content

Releases: fraenky8/tables-to-go

v2.5.5

12 Jun 03:27
31c0004
Compare
Choose a tag to compare

This release does the following:

  • Adds the -fn-format parameter to be able to change the file output format from PascalCase to snake_case.
  • Updates the README to show how to generate JSON tags.

v2.5.4

14 Dec 03:35
6937b36
Compare
Choose a tag to compare

This release fixes the following bug:

  • MySQL 8 information_schema objects are UPPER_CASE, adding an alias fixes it (#25)

v2.5.3

18 Nov 15:47
Compare
Choose a tag to compare

This release contains the following:

  • SQLite3 support (#23)
  • Check for invalid column and table names (#21)
  • New flag to allow skipping errors in tables (#20)
  • Initialism for predefined words (#16)
  • New option to choose beteween sql.Null* and pointers for NULL columns (#15)
  • Two bugfixes (#11, #9)
  • Unit tests (#17)

v1.0

30 Nov 13:10
Compare
Choose a tag to compare

This release is meant to preserve the previous state before the refactoring to the new clean architecture structure.

It should be stable and work out of the box.

Future development is based on the clean architecture approach.