Description
Provides encoders and decoders for PostgreSQL's binary data format. Binary formats can be faster and more precise than text formats when exchanging values with PostgreSQL.
It is useful for database clients, drivers, import/export tools, and applications that need efficient PostgreSQL communication. It is a developer library and must match PostgreSQL type expectations.