package
0.7.2
Repository: https://github.com/mrz1836/go-datastore.git
Documentation: pkg.go.dev

# Functions

MarshalNullString is used by graphql to marshal into a string.
MarshalNullTime is used by GraphQL to marshal the value.
UnmarshalNullString is used by graphql to unmarshal from a NullString into a string.
UnmarshalNullTime is used by GraphQL to unmarshal the value.

# Structs

NullString wrapper around sql.NullString.
NullTime wrapper around sql.NullTime.