insert

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

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