Versions in this module Expand all Collapse all v0 v0.1.2 Sep 8, 2022 Changes in this version + type Config struct + AnalyticsBucket string + AuthToken string + DbUrl string + Org string + type DbConfig struct + AwsRegion string + DbHost string + DbInsecure bool + DbName string + DbPassword string + DbPort int + DbUser string + MigrationSourceURL string + type Service interface + Close func() error + CreateLoader func(fixturesPath string) error + LoadFixtures func() error + func New(dbConfig DbConfig) (Service, error)