Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver string
func (Driver) Dialect ¶
Dialect returns the SQL dialect that matches the driver, or an error if the driver is unknown.
func (Driver) Introspector ¶
func (d Driver) Introspector() (schema.Introspector, error)
Introspector returns the schema introspector that matches the driver, or an error if the driver is unknown.
Click to show internal directories.
Click to hide internal directories.