mirror of
https://github.com/jackc/pgx.git
synced 2025-08-14 12:40:38 +00:00
typed_array.go.erb was not updated back in a8802b16cc593842f5c69b0f7cfb0de11d5cd3a8 when Value, EncodeBinary, EncodeText, and MarshalJSON were changed to be defined on T instead of *T. This has been corrected.
pgtype
pgtype implements Go types for over 70 PostgreSQL types. pgtype is the type system underlying the
https://github.com/jackc/pgx PostgreSQL driver. These types support the binary format for enhanced performance with pgx.
They also support the database/sql Scan
and Value
interfaces and can be used with https://github.com/lib/pq.
Languages
Go
98.6%
HTML
1.2%
Shell
0.2%