File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1- Fork of https://github.com/jackc/pgtype
1+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/tabbed/pqtype.svg )] ( https://pkg.go.dev/github.com/tabbed/pqtype )
2+ ![ CI] ( https://github.com/tabbed/pqtype/workflows/ci/badge.svg )
3+
4+ # pqtype
5+
6+ pqtype implements Go types for PostgreSQL types when using the
7+ [ lib/pq] ( https://github.com/lib/pq ) driver.
8+
9+ ## Compatibility
10+
11+ pqtype is tested against PostgreSQL 9.6 through 13 and Go 1.13 through 1.17.
12+ While these types may work with other drivers, they are ** only** tested against
13+ the lib/pq driver.
14+
15+ ## History
16+
17+ pqtype is a fork of [ jackc/pgtype] ( https://github.com/jackc/pgtype ) with all
18+ the pgx-specific code removed. The ` Status ` field on types has been replaced
19+ with a ` Valid ` boolean to mirror the standard library ` sql.Null* ` types.
You can’t perform that action at this time.
0 commit comments