Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Translator ¶
type Translator struct {
// contains filtered or unexported fields
}
Translator converts MySQL SQL to SQLite SQL
func (*Translator) Translate ¶
func (t *Translator) Translate(sql string) string
Translate converts a MySQL SQL statement to SQLite
Click to show internal directories.
Click to hide internal directories.