mirror of
https://github.com/jackc/pgx.git
synced 2025-07-07 19:19:37 +00:00
Because reading a record type requires the decoder to be able to look up oid to type mapping and types such as hstore have types that are not fixed between different PostgreSQL servers it was necessary to restructure the pgtype system so all encoders and decodes take a *ConnInfo that includes oid/name/type information.
Description
Languages
Go
98.6%
HTML
1.2%
Shell
0.2%