sunshinev/go-sword
【Go-sword】可视化CRUD管理后台生成工具
This tool helps Go developers rapidly create web-based admin panels. You provide your MySQL database table structures, and it automatically generates a complete backend interface for managing that data. The output is a functional web administration system, ready for tasks like adding, editing, deleting, and searching records, used by developers building administrative interfaces.
427 stars. No commits in the last 6 months.
Use this if you are a Go developer who frequently needs to build standard CRUD (Create, Read, Update, Delete) management interfaces for MySQL databases and want to automate this repetitive work.
Not ideal if you need to create highly custom user interfaces or complex business logic beyond basic data management, as it focuses on generating standard CRUD operations.
Stars
427
Forks
47
Language
Go
License
MIT
Category
Last pushed
Dec 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/sunshinev/go-sword"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.