sqlgen

package
v0.0.0-...-44b9937 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreatePointHexRepresentation

func CreatePointHexRepresentation(longitude, latitude float64) string

func FeedbackSchemaTable

func FeedbackSchemaTable() string

func HexToPoint

func HexToPoint(s string) (float64, float64)

func InsertRowNoRandomDefaults

func InsertRowNoRandomDefaults(tableName string,
	fields []*models.Field,
	override map[string]any) (string, []any)

func InsertRowWithRandomDefaults

func InsertRowWithRandomDefaults(tableName string,
	fields []*models.Field,
	override map[string]any) (string, []any)

func MysqlCreateTable

func MysqlCreateTable(tableName string) string

func PgCreateSchemaTable

func PgCreateSchemaTable() string

func PgCreateTable

func PgCreateTable(tableName string) string

func UpdateRow

func UpdateRow(model *models.Model) string

func UpdateRowFromParams

func UpdateRowFromParams(tableName string,
	fields []*models.Field,
	override map[string]any, where string) (string, []any)

Types

This section is empty.

Jump to

Keyboard shortcuts

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