init

package
v0.2.4-fork.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2025 License: MIT Imports: 8 Imported by: 0

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

func Run

func Run() error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL