hubxglpi/node_modules/pg-int8
gabriel.amancio 20b6535854 FEAT: Processa atendimento.
- Excluir service e integração com API Hubsoft.

- Busca atendimentos através do banco de dados Hubsoft.
2025-10-07 11:04:29 -03:00
..
index.js FEAT: Processa atendimento. 2025-10-07 11:04:29 -03:00
LICENSE FEAT: Processa atendimento. 2025-10-07 11:04:29 -03:00
package.json FEAT: Processa atendimento. 2025-10-07 11:04:29 -03:00
README.md FEAT: Processa atendimento. 2025-10-07 11:04:29 -03:00

Build status

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

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

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