How do you generate a CRUD User Interface (UI) using Wails? #4148
Have you read the Documentation Contribution Guidelines?
DescriptionYou want to generate a Create, Read, Insert, Delete (CRUD) User Interface (UI) with implemented CRUD function calls. So, you want to create a UI by generating the code, then adding the implemented CRUD function calls to the button function calls generated by the CRUD UI generator. What software based on Wails generates a CRUD UI based on a Go type (e.g,, Self-service
|
Answered by
switchupcb
Mar 18, 2025
Replies: 1 comment
|
This discussion is converted from an issue: #4146 (comment) You can generate code based on a Go type with copygen, but no one (i.e., @leaanthony) has referenced any software based on Wails which generates a CRUD UI based on a Go type. So, you are not be able to generate a CRUD User Interface with Wails based on a Go type. |
0 replies
Answer selected by
switchupcb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This discussion is converted from an issue: #4146 (comment)
You can generate code based on a Go type with copygen, but no one (i.e., @leaanthony) has referenced any software based on Wails which generates a CRUD UI based on a Go type.
So, you are not be able to generate a CRUD User Interface with Wails based on a Go type.