New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@juit/pgproxy-types

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juit/pgproxy-types

This package provides two-way type conversion between PostgreSQL strings and the data types they represent in JavaScript.

1.1.22
Source
npm
Version published
Weekly downloads
151
12.69%
Maintainers
0
Weekly downloads
 
Created
Source

PostgreSQL Proxy Types Conversion

This package provides two-way type conversion between PostgreSQL strings and the data types they represent in JavaScript.

New parsers for OIDs can be registered in the various Registry instances (or globally with the static Registry.registerDefaultParser(...) method).

Custom serialization can be achieved by having values implementing the PGSerializable interface.

  • PGProxy
  • Copyright Notice
  • License

Keywords

database

FAQs

Package last updated on 07 Feb 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