Documentation
¶
Overview ¶
Package generate is responsible for the commands that generate data in the database instance
The generate package is all about enabling data generation through templates or other commands using the `parameters` package in CLI form ¶
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ConnString string
)
View Source
var GenerateCmd = &cobra.Command{ Use: "generate", Short: "The palette responsible for generating data.", Long: `This palette is responsible for generating data, this can either be generating database table entries with the entry command or INSERT and DELETE queries using the queries command `, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
GenerateCmd represents the generate command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.