morphit/node_modules/postgres-bytea
2026-06-13 20:09:20 -07:00
..
index.js Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
license Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
package.json Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
readme.md Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07: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