package
2.0.0
Repository: https://github.com/titusjaka/go-sample.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Structs

CreateCmd represents a CLI sub-command to create a new migration file.
DownCmd represents a CLI sub-command to roll back a specified number of migrations.
InitTestDBCmd represents a CLI sub-command to create a new template database for testing.
MigrateCmd implements kong.Command for migrations.
ServerCmd implements kong.Command for the main server command.
UpCmd represents a CLI sub-command to apply all migrations to DB.