Releases: LukaGiorgadze/gonull
Releases · LukaGiorgadze/gonull
v0.1.0
v0.1.0 - Initial Release
In this release, we're introducing the following features:
Nullable
type for nullable fields- Functions for creating a new
Nullable
with a given value (NewNullable
) - Implementation of the
sql.Scanner
and driver.Valuer interfaces - Helper function
convertToType
for type conversion
This package is particularly useful when working with nullable fields in data structures, like database records or JSON data. With this initial release, we hope to simplify handling nullable fields in Go projects.
As this is our first release, we appreciate any feedback or contributions to help improve the gonull
package.
Please don't hesitate to open issues or submit pull requests on our repository.
Thank you for your interest in our project, and we hope you find it useful!