Documentation ¶
Index ¶
- Constants
- func LoadLocalMigrations(fsys afero.Fs) ([]string, error)
- func LoadPartialMigrations(version string, fsys afero.Fs) ([]string, error)
- func LoadRemoteMigrations(ctx context.Context, conn *pgx.Conn) ([]string, error)
- func RenderTable(markdown string) error
- func Run(ctx context.Context, config pgconn.Config, fsys afero.Fs, ...) error
Constants ¶
View Source
const LIST_MIGRATION_VERSION = "SELECT version FROM supabase_migrations.schema_migrations ORDER BY version"
Variables ¶
This section is empty.
Functions ¶
func LoadLocalMigrations ¶ added in v1.17.4
func LoadPartialMigrations ¶ added in v1.70.0
func LoadRemoteMigrations ¶ added in v1.17.4
func RenderTable ¶ added in v1.21.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.