# gorm-zero-example **Repository Path**: hacker__007/gorm-zero-example ## Basic Information - **Project Name**: gorm-zero-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-03 - **Last Updated**: 2025-05-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## generate model script ```shell goctl model mysql datasource -url="root:localpwd@tcp(localhost:3306)/gormzero" -table="users" -dir="services/model" -cache=true --style=goZero --home ./template ```