mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
* read dataTypeID and tableID as unsigned uint this is causing issues in other projects, like https://github.com/sequelize/sequelize/issues/15466 * added tests for oids larger than 2^31
pg-protocol
Low level postgres wire protocol parser and serializer written in Typescript. Used by node-postgres. Needs more documentation. 😄