Relative Content

Tag Archive for gojoinmariadb

GORM SetupJoinTable. When to use

I’m trying to use customized join tables with GORM but everytime I need fetch data it says table does not exist even it existing. But when I use the method SetupJoinTable it woks fine. So do I really need to call SetupJoinTable every single time I create a gorm connection ?