curaflow/node_modules/postgres-bytea
Deep Koluguri 231a84182e
Build Curio HMS / build-and-deploy (push) Successful in 50s Details
feat: full multi-tenant auth - JWT login, clinic registration, super admin CRUD
2026-05-25 21:43:30 -04:00
..
index.js feat: full multi-tenant auth - JWT login, clinic registration, super admin CRUD 2026-05-25 21:43:30 -04:00
license feat: full multi-tenant auth - JWT login, clinic registration, super admin CRUD 2026-05-25 21:43:30 -04:00
package.json feat: full multi-tenant auth - JWT login, clinic registration, super admin CRUD 2026-05-25 21:43:30 -04:00
readme.md feat: full multi-tenant auth - JWT login, clinic registration, super admin CRUD 2026-05-25 21:43:30 -04: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