Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "init", Short: "Create a new godb config with interactive prompts", Long: `Initialize a new godb project by selecting database engine, connection settings, and migration path via interactive prompts. This will generate a configuration file (e.g. .godb.yaml) for use with other godb commands.`, RunE: func(cmd *cobra.Command, args []string) error { return Run() }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.