Versions in this module Expand all Collapse all v0 v0.1.3 Jan 29, 2024 Changes in this version + func NewClient(t TestingT, opts ...Option) *ent.Client + func Open(t TestingT, driverName, dataSourceName string, opts ...Option) *ent.Client + type Option func(*options) + func WithMigrateOptions(opts ...schema.MigrateOption) Option + func WithOptions(opts ...ent.Option) Option + type TestingT interface + Error func(...any) + FailNow func()