Hi all, new to Gomix / HyperDev.
I am looking for any tips or good starting points to build a simple CRUD app using Gomix to interact with a MySQL db table running on AWS.
To start just want to:
- List items alphabetically
- Select one to view and edit item details
- Button to create/add new items.
Bonus: Support paging and/or filtering as the list of items grows.
Any suggestions as to the quickest way to do this with Gomix? Sample apps, recommended methods?
I know this is generally straightforward: I am trying to get an understanding of how quick and easy this is to do using Gomix with an existing MySQL.
Thank you for any advice and insights!
Rob