seqwall

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 2, 2025 License: MIT Imports: 5 Imported by: 0

README

seqwall logo

Seqwall is a tool for PostgreSQL migrations testing


Installation

Homebrew (macOS & Linux)

brew tap realkarych/tap
brew install seqwall        # first install
brew upgrade seqwall        # later updates

Debian / Ubuntu (APT)

# Import the GPG key
curl -fsSL https://realkarych.github.io/seqwall-apt/public.key \
  | sudo tee /etc/apt/trusted.gpg.d/seqwall.asc

# Add the repository
echo "deb [arch=$(dpkg --print-architecture)] \
  https://realkarych.github.io/seqwall-apt stable main" \
  | sudo tee /etc/apt/sources.list.d/seqwall.list

# Install / update
sudo apt update
sudo apt install seqwall          # first install
sudo apt upgrade  seqwall         # later updates

Go install (Go ≥ 1.17)

go install github.com/realkarych/seqwall@latest
# make sure $GOBIN (default ~/go/bin) is on your PATH

Other distros / Windows

Download the pre‑built archive from the Releases page, unpack, add the binary to your PATH. | On Windows, you may need Unblock-File .\seqwall.exe before first run.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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