1
0
mirror of https://github.com/jackc/pgx.git synced 2025-04-27 13:14:32 +00:00

Merge pull request from AlekSi/patch-1

Fix typo in README
This commit is contained in:
Jack Christensen 2016-03-07 07:37:45 -06:00
commit 49b82deee4

@ -23,7 +23,7 @@ Pgx supports many additional features beyond what is available through database/
* Maps inet and cidr PostgreSQL types to net.IPNet
* Large object support
* Null mapping to Null* struct or pointer to pointer.
* Supports database/sql.Scanner and database/sql/driver/Valuer interfaces for custom types
* Supports database/sql.Scanner and database/sql/driver.Valuer interfaces for custom types
## Performance