Versions in this module Expand all Collapse all v0 v0.0.8 Jan 26, 2024 v0.0.7 Jan 26, 2024 v0.0.6 Jan 26, 2024 Changes in this version + var Module = fx.Module("db", fx.Provide(NewEntClient, New)) + func NewEntClient(cfg config.DB) *gen.Client + type DB struct + Default *pgxpool.Pool + func New(cfg config.DB) *DB