generate

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2025 License: MIT Imports: 9 Imported by: 0

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.

Jump to

Keyboard shortcuts

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