Categorygithub.com/joernlenoch/go-jsql
modulepackage
1.0.4
Repository: https://github.com/joernlenoch/go-jsql.git
Documentation: pkg.go.dev

# README

JSQL (Json Sql)

Basic toolset to provide easier integration between sql and json elements.

Note

In production use with 3 of my larger projects. Works very reliable so far. -len

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
Create a new NullFloat64 value.
No description provided by the author
NewNullString returns a new NullString and ignores any errors.
No description provided by the author
NewTrimmedNullString returns a new NullString, but trims all spaces and invalidates the object if string is empty.
No description provided by the author
Create a new NullFloat.
Create a new NullFloat.
TryNullInt64 tries to create a new object.
TryNullString tries to create a new NullString.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Basically a clone of the sql.NullString, but with additional functionality like JSON marshalling.
No description provided by the author