Versions in this module Expand all Collapse all v0 v0.1.0 Jul 14, 2020 Changes in this version + type Database interface + Close func() error + CreateTable func(model interface{}, opt *orm.CreateTableOptions) error + Exec func(interface{}, ...interface{}) (orm.Result, error) + Insert func(...interface{}) error