Releases: fraenky8/tables-to-go
Releases · fraenky8/tables-to-go
v2.5.5
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
This release fixes the following bug:
- MySQL 8 information_schema objects are UPPER_CASE, adding an alias fixes it (#25)
v2.5.3
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
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.