null online with Winfy
We have hosted the application null in order to run this application in our online workstations with Wine or directly.
Quick description about null:
null is a library with reasonable options for dealing with nullable SQL and JSON values. There are two packages: null and its subpackage zero. Types in null will only be considered null on null input, and will JSON encode to null. If you need zero and null be considered separate values, use these. Types in zero are treated like zero values in Go: blank string input will produce a null zero.String, and null Strings will JSON encode to "". Zero values of these types will be considered null to SQL. If you need zero and null treated the same, use these. All types implement sql.Scanner and driver.Valuer, so you can use this library in place of sql.NullXXX. All types also implement: encoding.TextMarshaler, encoding.TextUnmarshaler, json.Marshaler, and json.Unmarshaler. A null object's MarshalText will return a blank string.Features:
- It will only support the types that driver.Value supports
- This package isn't intended to be a catch-all data-wrangling package
- Marshals to JSON null if SQL source data is null. Zero input will not produce a null Int.
- There are two packages: null and its subpackage zero
- Types in zero are treated like zero values in Go
- null is a library with reasonable options for dealing with nullable SQL and JSON values
Programming Language: Go.
Categories:
Frameworks
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.