Versions in this module Expand all Collapse all v1 v1.0.2 Apr 19, 2022 v1.0.1 Apr 17, 2022 Changes in this version + type Engine struct + func NewEngine(driver string, source string) (e *Engine, err error) + func (e *Engine) Close() + func (e *Engine) NewSession() *session.Session + func (e *Engine) Transaction(f TxFunc) (result interface{}, err error) + type TxFunc func(*session.Session) (interface{}, error)