Versions in this module Expand all Collapse all v0 v0.2.0 Jun 25, 2015 Changes in this version type Dialect + AutoIncrement func() string + QuoteString func(s string) string type MySQL + func (d *MySQL) AutoIncrement() string + func (d *MySQL) QuoteString(s string) string v0.1.0 Oct 28, 2014 Changes in this version + type Dialect interface + ColumnType func(name string) string + Quote func(s string) string + type MySQL struct + func (d *MySQL) ColumnType(name string) string + func (d *MySQL) Quote(s string) string