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