sqlcodegens

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NO_SQL_CODEGEN = SQLCodeGenModule{
		Name:    "No",
		Package: "",
		ID:      "0",
	}
	SQUIRREL = SQLCodeGenModule{
		Name:    "Squirrel",
		Package: "github.com/Masterminds/squirrel",
		ID:      "1",
	}
	SQLZ = SQLCodeGenModule{
		Name:    "SQLZ",
		Package: "github.com/ido50/sqlz",
		ID:      "2",
	}
	GOQU = SQLCodeGenModule{
		Name:    "Goqu",
		Package: "github.com/doug-martin/goqu/v9",
		ID:      "3",
	}
)

Functions

This section is empty.

Types

type SQLCodeGenModule

type SQLCodeGenModule struct {
	Name    string
	Package string
	ID      string
}

func GetSQLCodeGenModuleById

func GetSQLCodeGenModuleById(id string) SQLCodeGenModule

Jump to

Keyboard shortcuts

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