This tutorial will show you how you can generate a rest API using a Mysql database with monstarillo. The generated API will use Go, Gorm and Gin. The API will perform CRUD operations on the tables you run it against. What is Monstarillo Monstarillo is a template based code generator that works against Postgres, MySQL and Oracle databases. How it works Monstarillo runs templates that are...
Generate a Rest API Using Go for a MySql Database
G