@juit/pgproxy-types
v1.1.10
Published
This package provides two-way type conversion between PostgreSQL strings and the data types they represent in JavaScript.
Downloads
672
Maintainers
Readme
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.