#GORM

1 posts

Go GORM 1:N (One To Many) relationship modeling and queries
4 min read

Go GORM 1:N (One To Many) relationship modeling and queries

In this post we'll cover how to model a one-to-many relationship and how to query it using GORM.