dach/node_modules/postgres-bytea
leca 5a1e2a7730 implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03:00
..
index.js implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03:00
license implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03:00
package.json implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03:00
readme.md implemented creation of boards, their listing, admin login and initialization of the database 2023-10-27 18:42:05 +03: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