directory
0.0.1
Repository: https://github.com/sjhitchner/sqltype.git
Documentation: pkg.go.dev

# Packages

Utilities to Generate SQL Scanners for custom Go primatives Usage: go:generate sqltype -type=<type> -primative=<primative> type is the name of the custom defined type primative is one of: int64 float64 bool []byte string time.Time Primative should make the primative of the custom defined type nil - for NULL values.