Versions in this module Expand all Collapse all v0 v0.2.0 Aug 25, 2026 Changes in this version + const DefaultInitTimeout + func MakeConnInit(steps []Step, log *zap.SugaredLogger, initTimeout time.Duration) func(driver.ExecerContext) error + func ValidateS3Credential(name, value string) error + type Step struct + Stmts []Stmt + func ExtensionStep(ext string) Step + func SingleStmtStep(sql, label string) Step + type Stmt struct + Label string + SQL string