Versions in this module Expand all Collapse all v1 v1.0.0 Aug 12, 2025 Changes in this version + type StorePG struct + func NewRepos(db *pgxpool.Pool) *StorePG + func (s *StorePG) CreateRoomById(ctx context.Context, id string) error + func (s *StorePG) DeleteRoomById(ctx context.Context, id string) error + func (s *StorePG) RoomExists(ctx context.Context, id string) (bool, error)