🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@juit/pgproxy-client-node

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juit/pgproxy-client-node

This package provides a NodeJS specific client for PGProxy Servers.

1.1.33
latest
Source
npm
Version published
Maintainers
1
Created
Source

PostgreSQL Proxy Client (NodeJS Implementation)

This package provides a NodeJS specific client for PGProxy Servers.

  • Usage with PGClient
  • Direct Usage
  • PGProxy
  • Copyright Notice
  • License

Usage with PGClient

Simply register the client by importing it, and ensure that the PGURL environment variable is set to the HTTP/HTTPS url of the server (or specify the URL in the constructor):

import '@juit/pgproxy-client-node'
import { PGClient } from '@juit/pgproxy-client'

const client = new PGClient('https://my-secret@my-pgproxy-server:54321/')

Direct usage

The NodeJS client can be used directly by simply importing the NodeClient class:

import { NodeClient } from '@juit/pgproxy-client-node'

const client = new NodeClient('https://my-secret@my-pgproxy-server:54321/')

Keywords

database

FAQs

Package last updated on 25 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts