How to use Enums with GORM!
Introduction to enums in GORM:
GORM is a popular Go ORM that allows us to define structs to represent database tables and provides an interface to perform CRUD operations. Enums are a useful feature in programming that allows us to define a fixed set...
techwasti.com4 min read