validate

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: 5 Imported by: 0

Documentation

Overview

Package validate provides the commands relating to schema validation

This package contains the validation code for the CLI. It mirrors the functionality and depends on the `graph` package

Index

Constants

This section is empty.

Variables

View Source
var (
	ConnString string
)
View Source
var ValidateCmd = &cobra.Command{
	Use:   "validate",
	Short: "The palette responsible for schema validation.",
	Long: `This palette is responsible for detecting and removing cycles from the database schema.
Suggestions can also be given regarding the detected cycles.`,
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
	},
}

ValidateCmd represents the validate 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