Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
Driver wraps sql.DB with a dialect.
type MySQLDialect ¶
type MySQLDialect struct{}
MySQLDialect implements Dialect for MySQL.
func (MySQLDialect) Placeholder ¶
func (d MySQLDialect) Placeholder(_ int) string
func (MySQLDialect) QuoteIdent ¶
func (d MySQLDialect) QuoteIdent(ident string) string
Click to show internal directories.
Click to hide internal directories.