converter
converter copied to clipboard
database table to golang struct (table to struct) converter with cli and go lib support
修改 A_b_c 为 ABC
a_b_c生成的model为A_b_c 改为 ABC, 使其符合struct命名规范
support sql.Null* datatype for nullable columns
Fix table name to camelCase
https://github.com/gohouse/converter/blob/0a8cc686f451e2ecdcf44570e6d323b703e4f00a/table2struct.go#L165