# Functions
NewBool returns a ptr to a Bool.
NewDate returns a ptr to a NewDate.
NewDateTime returns a ptr to a NewDateTime.
NewInt returns a ptr to a Int.
NewFloat returns a ptr to a NewFloat.
NewInt 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.
# Structs
Int represents all kind of sql integers.
Date represents all kind of sql dates.
DateTime represents all kind of sql dateTimes.
Enum represents all kind of sql enums.
Float represents all kind of sql floats.
Int represents all kind of sql integers.
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.