mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
* test: Actually test split messages in split message parsing test * cleanup: Fix spelling in tests * test: Wait on asynchronous tests * cleanup: Remove unused parameter from test method `BufferList#getByteLength` If someone did want this functionality, it would be better to use addition separate from the method anyway. * cleanup: Remove unused test function `BufferList.concat`
pg-protocol
Low level postgres wire protocol parser and serializer written in Typescript. Used by node-postgres. Needs more documentation. 😄