Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + type Config struct + DSN1 string + DSN2 string + DSN3 string + Generator Generator + Mode string + Options Options + func Init() *Config + func (c *Config) Copy() *Config + func (c *Config) Load(path string) error + type Generator struct + SQLSmith SQLSmith + type Options struct + CheckDuration types.Duration + ClearDB bool + Concurrency int + Duration types.Duration + EnableHint bool + GeneralLog bool + InitTable int + OnlineDDL bool + Path string + Reproduce bool + Serialize bool + Stable bool + SyncTimeout types.Duration + type SQLSmith struct + DDLAlterTable int + DDLCreateIndex int + DDLCreateTable int + DMLDelete int + DMLInsert int + DMLSelect int + DMLSelectForUpdate int + DMLUpdate int + Sleep int + TxnBegin int + TxnCommit int + TxnRollback int