package
0.1.14-beta9
Repository: https://github.com/patrickascher/gofer.git
Documentation: pkg.go.dev

# Functions

NewBool returns a ptr to a Bool.
NewDate returns a ptr to a NewDate.
NewDateTime returns a ptr to a NewDateTime.
NewFloat returns a ptr to a NewFloat.
NewInt returns a ptr to a Int.
NewMultiSelect returns a ptr to a NewSet.
NewSelect returns a ptr to a Int.
NewText returns a ptr to a Text.
NewTextArea returns a ptr to a TextArea.
NewTime returns a ptr to a NewTime.

# Constants

sanitized types over multiple databases.
sanitized types over multiple databases.
sanitized types over multiple databases.
sanitized types over multiple databases.
sanitized types over multiple databases.
sanitized types over multiple databases.
sanitized types over multiple databases.
sanitized types over multiple databases.
sanitized types over multiple databases.
sanitized types over multiple databases.

# Structs

Bool represents all kind of sql booleans.
Date represents all kind of sql dates.
DateTime represents all kind of sql dateTimes.
Float represents all kind of sql floats.
Int represents all kind of sql integers.
Select represents sql enum and set.
Set represents all kind of sql sets.
Text represents all kind of sql character.
TextArea represents all kind of sql text.
Time represents all kind of sql time.

# Interfaces

Interface of the types to access the sanitized kind and the raw sql data.
Items interface.