Versions in this module Expand all Collapse all v1 v1.0.35 Apr 7, 2025 Changes in this version + const TABLE_NAME + var Entity_Fields = []string + var Entity_field1 = "field1" + var Entity_field2 = "field2" + var Entity_id = "id" + type TestPlainEntity struct + Field1 int64 + Field2 string + ID int64 + func (p TestPlainEntity) GetID() int64 + type TestPlainEntityRepository struct + func NewTestPlainEntityRepository(db pg.DbClient) TestPlainEntityRepository + func (repo *TestPlainEntityRepository) GetOneByField2(ctx context.Context, field2 string) any + func (repo *TestPlainEntityRepository) IncreaseField1(ctx context.Context, id int64) int64