Home - development tool
 Collection

SQL to GolangStruct Structure

SQL

operation




Result

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"`
}

Tool description:

golang online tool, SQL to Golang struct, conversion results support sqlx, json, form, gorm, bson, etc

Recommendation tool:

Tool label:

golang