dialects

package
v0.16.6 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2023 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

View Source
const (
	DataTypeString          = DataType("string")
	DataTypeInteger         = DataType("int")
	DataTypeUnsignedInteger = DataType("uint")
	DataTypeFloat           = DataType("float")
	DataTypeBoolean         = DataType("bool")
	DataTypeJSON            = DataType("json")
	DataTypeDate            = DataType("date")
	DataTypeDateTime        = DataType("date-time")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DataType

type DataType string

type Dialect

type Dialect interface {
	Identifier(string) string
	DataType(DataType) string
}
var DefaultDialect Dialect = &unsetDialect{}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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