Note inet and cidr support in README.md

pull/78/merge
Jack Christensen 2015-09-03 13:48:18 -05:00
parent 063b0062b5
commit fee3679cb9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Pgx supports many additional features beyond what is available through database/
* Configurable connection pool with after connect hooks to do arbitrary connection setup
* PostgreSQL array to Go slice mapping for integers, floats, and strings
* Hstore support
* Maps inet and cidr PostgreSQL types to net.IPNet
* Large object support
## Performance