Documentation ¶ Index ¶ func UseMySql() type MySQL func (*MySQL) Binding() string func (*MySQL) CurrentTime() string func (*MySQL) DataType(t dialects.DataType) string func (s *MySQL) Escape(v any) string func (*MySQL) Identifier(s string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func UseMySql ¶ func UseMySql() Types ¶ type MySQL ¶ type MySQL struct{} func (*MySQL) Binding ¶ func (*MySQL) Binding() string func (*MySQL) CurrentTime ¶ func (*MySQL) CurrentTime() string func (*MySQL) DataType ¶ func (*MySQL) DataType(t dialects.DataType) string func (*MySQL) Escape ¶ func (s *MySQL) Escape(v any) string func (*MySQL) Identifier ¶ func (*MySQL) Identifier(s string) string Source Files ¶ View all Source files mysql.go Click to show internal directories. Click to hide internal directories.