Documentation
¶
Overview ¶
Package insert is responsible for the commands that insert data in the database instance
The insert package is all about enabling data generation through templates or other commands using the `parameters` package in CLI form
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ConnString string
)
View Source
var InsertCmd = &cobra.Command{ Use: "insert", 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() }, }
InsertCmd represents the insert command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.