首頁 - 開發工具
 收藏

SQL轉GolangStruct結構體

SQL

操作




結果

type JSONData struct {
	ID string `json:"id"`
	Username string `json:"username"`
	AuthKey string `json:"auth_key"`
	PasswordHash string `json:"password_hash"`
	PasswordResetToken string `json:"password_reset_token"`
	Email string `json:"email"`
	Status string `json:"status"`
	CreatedAt string `json:"created_at"`
	UpdatedAt string `json:"updated_at"`
}

工具說明:

Golang在線工具,SQL轉golang struct, 轉換結果支持sqlx, json, form, gorm,bson等

推薦工具:

工具標簽:

golang