Registry / database / gobuffalo-nulls

gobuffalo-nulls

JSON →
library0.4.2gogounverified

Nullable types for Go database/sql, providing JSON and SQL null handling.

go get github.com/gobuffalo/nulls
INSTALL
IMPORT
SIG · GOBUFFALO-NULLS
G
gobuffalo-nulls
databasegov0.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nulls
github.com/gobuffalo/nulls

Use a nullable string type.

package main import ( "fmt" "github.com/gobuffalo/nulls" ) func main() { var s nulls.String s.Scan("hello") fmt.Println(s.String) // Output: hello }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
gobuffalo-nulls — go get gobuffalo-nulls · libregistry