This package provides a NodeJS specific client for PGProxy Servers.
This package provides the main entry point for clients to work with PGProxy Servers. It acts both as an abstraction layer over the various client implementations _and_ as a registry for them.
This package provides client for PGProxy Servers based on WHATWG `fetch` and WebSockets, and the WebCrypto API.
This package provides a `PGClient` implementation _directly connecting_ to PostgreSQL servers, and not requiring a PGProxy Server to run.
This package provides the core of the PGProxy HTTP and WebSocket server to be used in connection with PGProxy clients.
This package provides low-level connectivity and a connection pool implementation to connect to PosgreSQL databases using `libpq`.
This package exports _only the types_ required by the [PGProxy Persister interface](https://github.com/juitnow/juit-pgproxy/blob/main/workspaces/persister/README.md).
This package provides two-way type conversion between PostgreSQL strings and the data types they represent in JavaScript.
The persister interface for PostgreSQL Proxy is a higher-level interface offering (on top of the usual connection and query interface) a CRUD abstraction over database tables and few utility methods.
This package provides a simple command line interface to run the PGProxy Server.
This package provides a number of different utilities for developing and testing with `PGProxy`.
A light-weight module that brings Fetch API to node.js
GOV.UK Notify Node.js client
Actions Http Client
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
Microsoft Authentication Library for Node
AWS credential provider that sources credentials from a Node.JS environment.
Reference implementation of Joyent's HTTP Signature scheme.
gRPC Library for Node - pure JS implementation
A robust, performance-focused and full-featured Redis client for Node.js.
PostgreSQL client - pure javascript & libpq with the same API
SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication
A modern QR code generator for JavaScript
A light-weight module that brings window.fetch to node.js