Versions in this module Expand all Collapse all v1 v1.2.1 May 30, 2024 v1.2.0 May 23, 2024 Changes in this version + var ErrNotImplDBType = errors.New("db type executor not implement") + func GetUndoExecutor(dbType types.DBType, sqlUndoLog undo.SQLUndoLog) (res undo.UndoExecutor, err error) + func GetUndoExecutorHolder(dbType types.DBType) (undo.UndoExecutorHolder, error)