axxerion-api/node_modules/postgres-bytea
root 666a173998 Initial commit for axxerion-api 2025-04-07 23:29:23 +00:00
..
index.js Initial commit for axxerion-api 2025-04-07 23:29:23 +00:00
license Initial commit for axxerion-api 2025-04-07 23:29:23 +00:00
package.json Initial commit for axxerion-api 2025-04-07 23:29:23 +00:00
readme.md Initial commit for axxerion-api 2025-04-07 23:29:23 +00:00

readme.md

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