Releases: MathiasMantai/SQL2Interface
Releases · MathiasMantai/SQL2Interface
Version 1.0.2
Fixes:
- fixed a bug where only a single combined struct/interface could be created
- fixed a bug where typescript interfaces where overwritten by go structs
Feat:
- added the ability to create arbitrary fields for specific tables (types can be specified separately)
Version 1.0.1
Fix:
- fixed a bug where go struct of combined tables was empty after conversion
Version 1.0.0
Features:
- Create typescript interfaces and go structs from sql CREATE statements
- ignore specific files that should not be converted
- ignore specific columns per CREATE statements
- combine multiple table definitions into one interface/struct
- specify output locations for structs and interfaces separately