innhibit/site/node_modules/postgres-bytea
2024-01-18 16:17:13 -05:00
..
index.js refactor: reorganized repo 2024-01-18 16:17:13 -05:00
license refactor: reorganized repo 2024-01-18 16:17:13 -05:00
package.json refactor: reorganized repo 2024-01-18 16:17:13 -05:00
readme.md refactor: reorganized repo 2024-01-18 16:17:13 -05:00

postgres-bytea Build Status

Postgres bytea parser

Install

$ npm install --save postgres-bytea

Usage

var bytea = require('postgres-bytea');
bytea('\\000\\100\\200')
//=> buffer

API

bytea(input) -> buffer

input

Required
Type: string

A Postgres bytea binary string.

License

MIT © Ben Drucker