Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 654 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 654 Bytes

pq-types Build Status GoDoc

This Go package provides additional types for PostgreSQL:

  • Int32Array for int[] (compatible with intarray module);
  • Int64Array for bigint[];
  • StringArray for varchar[];
  • JSONText for varchar, text, json and jsonb;
  • PostGISPoint, PostGISBox2D and PostGISPolygon.

Install it: go get github.com/mc2soft/pq-types