Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2023retracted Changes in this version + func InteractiveSetup(options KwArgs) error + func NewHandler(options KwArgs) *db.Handler + type Engine struct + func NewEngine() *Engine + func (eng *Engine) Connect(options KwArgs) (*sql.DB, error) + func (eng *Engine) FormatSqlStmt(stmt string) string + func (eng *Engine) GenTableSchema(tblname db.TableName, meta db.TableMeta) ([]string, error) + func (eng *Engine) GetBackendName() string + func (eng *Engine) ListRetryErrors() []string + type KwArgs = map[string]any + func InteractiveConfig(defaults KwArgs) (KwArgs, error) Other modules containing this package github.com/exonlabs/go-utils