MySQL-to-Go

Convert MySQL to Go struct

This tool instantly converts MySQL table create SQL into a Go type definition. Paste a SQL structure on the left and the equivalent Go type will be generated to the right, which you can paste into your program.


本工具可以将 MySQL 建表语句转换为 Go 结构体. 将 SQL 语句填入左边的文本框, 点击生成按钮, 对应的 Go struct 将在右边出现. 该代码可以直接在 Go 语言项目中使用.

MySQL Go
Go will appear here