viewgen

package
v1.0.0-beta.228 Latest Latest
Warning

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

Go to latest
Published: May 19, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultOutputPath = "./tools/migrate/views.sql"

Variables

This section is empty.

Functions

func GenerateFile

func GenerateFile(schemaPath, outPath string) error

func GenerateSQL

func GenerateSQL(schemaPath string) ([]byte, error)

func RenderSQL

func RenderSQL(views []ViewDef) []byte

Types

type ViewDef

type ViewDef struct {
	Name  string
	Query string
}

func CollectViews

func CollectViews(schemas []*load.Schema, dialectName string) ([]ViewDef, error)

Jump to

Keyboard shortcuts

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