Documentation ¶
Overview ¶
Package postgres implements the Driver interface.
Index ¶
- type Driver
- func (driver *Driver) Close() error
- func (driver *Driver) FilenameExtension() string
- func (driver *Driver) Initialize(url string) error
- func (driver *Driver) Migrate(f file.File, pipe chan interface{})
- func (driver *Driver) Version() (file.Version, error)
- func (driver *Driver) Versions() (file.Versions, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) FilenameExtension ¶
func (*Driver) Initialize ¶
Click to show internal directories.
Click to hide internal directories.