pggenerate

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

pggenerate package is responsible for generating the Postgres-compatible SQL from the AST.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateSQL

func GenerateSQL(ast parse.Node, pgSchema string, getVar GetVarFunc) (stmt string, params []string, err error)

GenerateSQL generates Postgres compatible SQL from an AST If orderParams is true, it will number the parameters as $1, $2, etc. It will return the ordered parameters in the order they appear in the statement. It will also qualify the table names with the pgSchema.

Types

type GetVarFunc

type GetVarFunc func(varName string) (dataType *types.DataType, err error)

Jump to

Keyboard shortcuts

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