2
0

Add docs and example for JSON

This commit is contained in:
Jack Christensen
2015-09-04 14:00:21 -05:00
parent fff5b9759b
commit 5ea6b04624
4 changed files with 46 additions and 0 deletions
+1
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
* JSON and JSONB support
* Maps inet and cidr PostgreSQL types to net.IPNet
* Large object support