Versions in this module Expand all Collapse all v2 v2.0.1 Jul 16, 2025 Changes in this version + func BoolAny(nullBool sql.NullBool) driver.Value + func BoolNil(nullBool sql.NullBool) *bool + func Bool[T boolType](val T) sql.NullBool + func ByteAny(nullBool sql.NullByte) driver.Value + func ByteNil(nullByte sql.NullByte) *byte + func Byte[T byteType](val T) sql.NullByte + func Float64Any(nullInt sql.NullFloat64) driver.Value + func Float64[T floatType](val T) sql.NullFloat64 + func FloatNil(nullFloat sql.NullFloat64) *float64 + func Int16Any(nullInt sql.NullInt16) driver.Value + func Int16Nil(nullInt sql.NullInt16) *int16 + func Int16[T int16Type](val T) sql.NullInt16 + func Int32Any(nullInt sql.NullInt32) driver.Value + func Int32Nil(nullInt sql.NullInt32) *int32 + func Int32[T int32Type](val T) sql.NullInt32 + func Int64Any(nullInt sql.NullInt64) driver.Value + func Int64Nil(nullInt sql.NullInt64) *int64 + func Int64[T int64Type](val T) sql.NullInt64 + func StringAny(nullString sql.NullString) driver.Value + func StringNil(nullString sql.NullString) *string + func String[T stringType](val T) sql.NullString + func TimeAny(nullTime sql.NullTime) driver.Value + func TimeNil(nullTime sql.NullTime) *time.Time + func TimeNow() sql.NullTime + func Time[T timeType](val T) sql.NullTime Other modules containing this package github.com/gflydev/db