Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "generate", Aliases: []string{"g"}, Short: "Generate migration files or other database-related assets", Long: `The 'generate' command helps you scaffold migration files and other assets for your database workflows. Use this to generate SQL migration files or prepare directories used by tools like golang-migrate. Currently, it only supports generating SQL migration files w/ golang-migrate. `, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.