Categorygithub.com/miduddin/pgmigrate
modulepackage
0.0.0-20240609153337-cb7601eb46f9
Repository: https://github.com/miduddin/pgmigrate.git
Documentation: pkg.go.dev

# README

pgmigrate

Wrapper for https://github.com/golang-migrate/migrate but only for PostgreSQL, and only as standalone CLI.

Added features:

  • List pending migrations before actually applying them to the DB.
  • Read connection string from .pg_service.conf.

Usage:

pgmigrate <pgservice_name> <migrations_dir>