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
+5
View File
@@ -137,6 +137,11 @@ pgx includes an Hstore type and a NullHstore type. Hstore is simply a
map[string]string and is preferred when the hstore contains no nulls. NullHstore
follows the Null* pattern and supports null values.
JSON and JSONB Mapping
pgx includes built-in support to marshal and unmarshal between Go types and
the PostgreSQL JSON and JSONB.
Custom Type Support
pgx includes support for the common data types like integers, floats, strings,