Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TODO: replace with different types on conn for each set of implemented interfaces // by original connection. ErrIsNotImplemented = errors.New("is not implemented") )
Functions ¶
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
Driver wraps the database driver.
type ImportList ¶
type ImportList map[string]struct{}
Click to show internal directories.
Click to hide internal directories.