the array part of github.com/lib/pq
https://github.com/josharian/pqarray.git
This is a copy of pq's array functionality from github.com/lib/pq at 8446d16b8935fdf2b5c0fe333538ac395e3e1e4b.
It includes array.go, most of array_test.go, some of encode.go and errors.go, and LICENSE.md.
The code has been lightly modified to enable it to compile without the rest of the package.
Context: https://github.com/kyleconroy/sqlc/issues/1256