This package is a very minimal implementation intended to solve a simple backup and restore workflow that works for my personal use case. Database backups and restores are a complex and critical ...
By default, all migrations are run within a transaction. Some statements like CREATE DATABASE, however, cannot be run within a transaction. You may optionally add -- +goose NO TRANSACTION to the top ...