Versions in this module Expand all Collapse all v0 v0.1.2 Apr 14, 2024 Changes in this version + type IBaseDb interface + Delete func(string, ...interface{}) (int64, error) + Exec func(string, ...interface{}) (int64, error) + Insert func(string, ...interface{}) (int64, error) + Select func(string, ...interface{}) ([]byte, error) + Update func(string, ...interface{}) (int64, error)