Categorygithub.com/gabstv/sqltypes
modulepackage
1.1.0
Repository: https://github.com/gabstv/sqltypes.git
Documentation: pkg.go.dev

# README

sqltypes

# Functions

Bool returns NullBool.
Decimal returns a NullDecimal.
No description provided by the author
Int0 returns NullInt0.
IntM1 returns NullIntM1.
String returns NullString.

# Type aliases

NullBool is a bool that can be NULL (from DB).
No description provided by the author
.
NullFloat64 is a float64 with the 0 value being nil (on sending to sql).
NullInt0 is a normal int (0 = nil).
NullIntM1 is a normal int (-1 = nil).
No description provided by the author
No description provided by the author
No description provided by the author