rss-feeder-mobilizon/node_modules/postgres-bytea
tykayn c1360e393e init parsing rss and postgres connection 2021-01-03 14:57:29 +01:00
..
index.js init parsing rss and postgres connection 2021-01-03 14:57:29 +01:00
license init parsing rss and postgres connection 2021-01-03 14:57:29 +01:00
package.json init parsing rss and postgres connection 2021-01-03 14:57:29 +01:00
readme.md init parsing rss and postgres connection 2021-01-03 14:57:29 +01: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