Documentation ¶
Overview ¶
Package main is the CLI. You can use the CLI via Terminal. import "github.com/mattes/migrate/migrate" for usage within Go.
Directories ¶
Path | Synopsis |
---|---|
Package driver holds the driver interface.
|
Package driver holds the driver interface. |
bash
Package bash implements the Driver interface.
|
Package bash implements the Driver interface. |
cassandra
Package cassandra implements the Driver interface.
|
Package cassandra implements the Driver interface. |
mysql
Package mysql implements the Driver interface.
|
Package mysql implements the Driver interface. |
postgres
Package postgres implements the Driver interface.
|
Package postgres implements the Driver interface. |
Package file contains functions for low-level migration files handling.
|
Package file contains functions for low-level migration files handling. |
Package migrate is imported by other Go code.
|
Package migrate is imported by other Go code. |
direction
Package direction just holds convenience constants for Up and Down migrations.
|
Package direction just holds convenience constants for Up and Down migrations. |
Package pipe has functions for pipe channel handling.
|
Package pipe has functions for pipe channel handling. |
Click to show internal directories.
Click to hide internal directories.