GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: //usr/local/lib/node_modules/firebase-tools/node_modules/pg-int8/README.md
[![Build status][ci image]][ci]

64-bit big-endian signed integer-to-string conversion designed for [pg][].

```js
const readInt8 = require('pg-int8');

readInt8(Buffer.from([0, 1, 2, 3, 4, 5, 6, 7]))
// '283686952306183'
```


  [pg]: https://github.com/brianc/node-postgres

  [ci]: https://travis-ci.org/charmander/pg-int8
  [ci image]: https://api.travis-ci.org/charmander/pg-int8.svg