# README
sqltypes
# 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