dach/node_modules/pg-int8
leca 5a1e2a7730 implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03:00
..
LICENSE implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03:00
README.md implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03:00
index.js implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03:00
package.json implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03: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'