Categorygithub.com/sqlc-dev/pqtype
modulepackage
0.3.0
Repository: https://github.com/sqlc-dev/pqtype.git
Documentation: pkg.go.dev

# README

Go Reference go

pqtype

pqtype implements Go types for PostgreSQL types when using the lib/pq driver.

Compatibility

pqtype is tested against PostgreSQL 9.6 through 13 and Go 1.13 through 1.17. While these types may work with other drivers, they are only tested against the lib/pq driver.

History

pqtype is a fork of jackc/pgtype with all the pgx-specific code removed. The Status field on types has been replaced with a Valid boolean to mirror the standard library sql.Null* types.

# Structs

Inet represents both inet and cidr PostgreSQL types.
No description provided by the author
NullRawMessage represents a json.RawMessage that may be null.

# Type aliases

No description provided by the author