commit

package
v1.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2022 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CHECK_MIGRATION_EXISTS = "SELECT 1 FROM supabase_migrations.schema_migrations LIMIT 1"
	CREATE_MIGRATION_TABLE = `` /* 137-byte string literal not displayed */

	INSERT_MIGRATION_VERSION = "INSERT INTO supabase_migrations.schema_migrations(version) VALUES($1)"
)

Variables

This section is empty.

Functions

func AssertPostgresVersionMatch added in v0.38.0

func AssertPostgresVersionMatch(conn *pgx.Conn) error

func AssertRemoteInSync added in v0.38.7

func AssertRemoteInSync(ctx context.Context, conn *pgx.Conn, fsys afero.Fs) error

func ResetDatabase added in v1.17.4

func ResetDatabase(ctx context.Context, container, shadow string) error

Creates a fresh database inside a Postgres container.

func Run

func Run(ctx context.Context, username, password, database string, fsys afero.Fs) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL