Documentation ¶
Overview ¶
Package generic implements a generic driver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dialect ¶
type Dialect interface { CreateTableSQL() string InsertSQL() string UpdateChecksumSQL() string AllSQL() string }
Dialect is used to support multiple databases by returning proper SQL.
type Driver ¶
Driver is the default Driver, it can be configured to any database.
Click to show internal directories.
Click to hide internal directories.