@juit/pgproxy-client-node
TypeScript icon, indicating that this package has built-in type declarations

1.0.16 • Public • Published

PostgreSQL Proxy Client (NodeJS Implementation)

This package provides a NodeJS specific client for PGProxy Servers.

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/')

Package Sidebar

Install

npm i @juit/pgproxy-client-node

Weekly Downloads

17

Version

1.0.16

License

Apache-2.0

Unpacked Size

22.6 kB

Total Files

8

Last publish

Collaborators

  • pfumagalli