|
3 months ago | |
---|---|---|
.. | ||
index.js | 3 months ago | |
license | 3 months ago | |
package.json | 3 months ago | |
readme.md | 3 months ago |
Postgres bytea parser
$ npm install --save postgres-bytea
var bytea = require('postgres-bytea');
bytea('\\000\\100\\200')
//=> buffer
bytea(input)
-> buffer
Required
Type: string
A Postgres bytea binary string.
MIT © Ben Drucker