Skip to content

Commit 4aabfa5

Browse files
committed
Update README
1 parent 12f8131 commit 4aabfa5

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
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.

0 commit comments

Comments
 (0)