Versions in this module Expand all Collapse all v0 v0.1.1 May 17, 2017 Changes in this version + type Mysql struct + func NewMysql(write, read string) *Mysql + func (d *Mysql) Error() error + func (d *Mysql) Read() *gorm.DB + func (d *Mysql) SetDebug(debug bool) + func (d *Mysql) SetIdleConn(ic int) + func (d *Mysql) SetOpenConn(oc int) + func (d *Mysql) Write() *gorm.DB