Repository URL to install this package:
|
Version:
0.1.10 ▾
|
odigos
/
etc
/
odigos-vmagent
/
instrumentations
/
nodejs-ebpf
/
node_modules
/
postgres-bytea
/
readme.md
|
|---|
Postgres bytea parser
$ npm install --save postgres-bytea
var bytea = require('postgres-bytea'); bytea('\\000\\100\\200') //=> buffer
bytea(input) -> bufferRequired
Type: string
A Postgres bytea binary string.
MIT © Ben Drucker