Versions in this module Expand all Collapse all v1 v1.15.0 Sep 9, 2024 Changes in this version + type Database interface + Build func() error + Clear func() error + Config func() DatabaseConfig + Image func(Image) + Seed func(seeds ...seeder.Seeder) + Stop func() error + type DatabaseConfig struct + Database string + Host string + Password string + Port int + Username string + type DatabaseDriver interface + Build func() error + Config func() DatabaseConfig + Fresh func() error + Image func(image Image) + Name func() orm.Driver + Stop func() error + type Docker interface + Database func(connection ...string) (Database, error) + type Image struct + Env []string + ExposedPorts []string + Repository string + Tag string + type Testing interface + Docker func() Docker