postgresql – articles by tag

04/07/2020

Filtering by a list of values with GORM

If one has a list of values, for example 1,2,3, to filter data by this this one should use ANY and pq.Array constructions:

Read More → gorm sql postgresql
03/30/2020

GORM: filter entity by linked entity

Task is not that simple, especially with GORM

Read More → gorm sql postgresql