rss-feeder-mobilizon/node_modules/pg-int8
tykayn c1360e393e init parsing rss and postgres connection 2021-01-03 14:57:29 +01:00
..
LICENSE init parsing rss and postgres connection 2021-01-03 14:57:29 +01:00
README.md init parsing rss and postgres connection 2021-01-03 14:57:29 +01:00
index.js init parsing rss and postgres connection 2021-01-03 14:57:29 +01:00
package.json init parsing rss and postgres connection 2021-01-03 14:57:29 +01:00

README.md

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'