pg-int8

1.0.1 • Public • Published

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'

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    5,020,935
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    5,020,935
  • 1.0.0
    0

Package Sidebar

Install

npm i pg-int8

Weekly Downloads

5,020,935

Version

1.0.1

License

ISC

Last publish

Collaborators

  • charmander