Documentation
¶
Overview ¶
Package dialect defines some dialects per RDB. Currently it supports Postgres and MySQL.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dialect ¶
type Dialect interface { // Placeholder makes a placeholder string. Placeholder(typ string, prevArgs []interface{}) string // QuoteIndent surrounds an identifier by proper quotes. QuoteIdent(v string) string }
Click to show internal directories.
Click to hide internal directories.