struct-create
struct-create copied to clipboard
Creates Go source file of structs for use in some MySql database packages
Hey guys, I'm adding 3 new options for the struct creator. 1) Xorm support - this creates the necessary function for passing directly into a xorm query along with primary...
Added a DbAddress field that can contain a host or a host:port specification.
Now it has server address setting in json file Signed-off-by: LEE Jhinseok [email protected]
generate comment containing all foreign keys for that table, so it could be used better for programmer example: ``` struct Member { Id int `db:"id"` Name string `db:"name"` BillingAddressId sql.NullInt64...