goose alternatives
Goose is a database migration tool written in Go. It allows users to manage database schemas through incremental SQL changes and Go functions without requiring configuration files. The tool supports both SQL and Go migrations, offering flexibility in managing database versions across different environments.