migrations

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2026 License: Apache-2.0, MIT Imports: 8 Imported by: 0

Documentation

Overview

Package migrations embeds the hilt Postgres migrations and exposes a runner that applies them via goose.

Index

Constants

This section is empty.

Variables

Functions

func Up

func Up(ctx context.Context, pool *pgxpool.Pool, logger *zap.Logger) error

Up applies all pending migrations embedded in FS to the database behind pool.

func UpDB

func UpDB(ctx context.Context, db *sql.DB, logger *zap.Logger) error

UpDB is equivalent to Up but takes a *sql.DB directly. Useful in tests where a pool is not available.

Types

This section is empty.

Jump to

Keyboard shortcuts

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