Versions in this module Expand all Collapse all v1 v1.3.1 Mar 5, 2019 v1.3.0 Mar 14, 2018 Changes in this version + func DB() (*sql.DB, error) + func Refresh() + type MyTable struct + func New() *MyTable + func (m *MyTable) Clone() *MyTable + func (self *MyTable) AddColumn(names ...string) *MyTable + func (self *MyTable) AutoInsert(value []string) *MyTable + func (self *MyTable) Create() error + func (self *MyTable) CustomPrimaryKey(primaryKeyCode string) *MyTable + func (self *MyTable) FlushInsert() error + func (self *MyTable) SelectAll() (*sql.Rows, error) + func (self *MyTable) SetTableName(name string) *MyTable + func (self *MyTable) Truncate() error