๐Ÿ“ฆ josharian / pqarray

the array part of github.com/lib/pq

โ˜… 2 stars โ‘‚ 0 forks ๐Ÿ‘ 2 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/josharian/pqarray.git
HTTPS git clone https://github.com/josharian/pqarray.git
SSH git clone git@github.com:josharian/pqarray.git
CLI gh repo clone josharian/pqarray
Josh Bleecher Snyder Josh Bleecher Snyder initial commit 72e76c9 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ array_test.go
๐Ÿ“„ array.go
๐Ÿ“„ assorted.go
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ LICENSE.md
๐Ÿ“„ readme.md
๐Ÿ“„ README.md

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