Documentation ¶ Index ¶ func Run(ctx context.Context, schema []string, config pgconn.Config, name string, ...) error func RunSchemaSnapshot(ctx context.Context, schema []string, config pgconn.Config, name string, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(ctx context.Context, schema []string, config pgconn.Config, name string, usePgDelta bool, usePgDeltaDiff bool, differ diff.DiffFunc, fsys afero.Fs, options ...func(*pgx.ConnConfig)) error func RunSchemaSnapshot ¶ func RunSchemaSnapshot(ctx context.Context, schema []string, config pgconn.Config, name string, fsys afero.Fs) error RunSchemaSnapshot generates a local migration file from the current remote schema without reading or updating remote migration history. Types ¶ This section is empty. Source Files ¶ View all Source files pull.go Click to show internal directories. Click to hide internal directories.