Versions in this module Expand all Collapse all v0 v0.6.0 Jul 24, 2024 v0.5.0 Apr 11, 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()