SQL to GORM
Convert SQL CREATE TABLE statements to Go GORM model structs.
Options
Package Name:
Input SQL (CREATE TABLE statement)
GORM Struct
// Generated struct will appear here...About
Automatically convert SQL CREATE TABLE statements into Go GORM model structs. Supports custom tags and field mapping, significantly improving Go backend development efficiency.
Key Features
- Automatic type mapping
- CamelCase conversion
- Custom GORM/JSON Tags
- Supports common SQL types