GrauKatze 26e3d1a21c инициализация проекта | 2 年之前 | |
---|---|---|
.. | ||
index.js | 2 年之前 | |
license | 2 年之前 | |
package.json | 2 年之前 | |
readme.md | 2 年之前 |
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