You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The direct reference of the persistence package to the gorm.DB ORM instance makes it difficult to test without setting up a temporary DB. This can be made easier by referring to the ORM instance as an interface (e.g. IGormDB) and mocking the interface.
The text was updated successfully, but these errors were encountered:
The direct reference of the persistence package to the
gorm.DB
ORM instance makes it difficult to test without setting up a temporary DB. This can be made easier by referring to the ORM instance as an interface (e.g.IGormDB
) and mocking the interface.The text was updated successfully, but these errors were encountered: