Skip to content

Support Binary Protocol for Data Types #69

Description

@bobbyiliev

Add support for binary format in data exchange for improved performance.

Description:
PostgreSQL supports text and binary formats for data transfer. Binary is more efficient for large datasets.

Tasks:

  • Implement binary format encoding for common data types
  • Implement binary format decoding for parameters
  • Add support for format codes in Bind messages
  • Add support for binary result sets
  • Create tests for binary data exchange
  • Update documentation

Related files:

  • src/protocol/messageBuilders.js
  • src/protocol/utils.js
  • src/handlers/queryHandlers.js

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions