You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@postgresql-typed/parsers

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postgresql-typed/parsers

Parsers to convert PostgreSQL data types to TypeScript classes

0.10.0
Source
npmnpm
Version published
Maintainers
1
Created
Source

@PostgreSQL-Typed/Parsers

Parsers to convert PostgreSQL data types to TypeScript classes

NPM Version CI Status Coverage
Table of Contents Installation
Usage
Ecosystem
License

Installation

Install @postgresql-typed/parsers

npm install --save @postgresql-typed/parsers

Usage

You can find the usage examples for each type parser in their respective documentation pages.

CategoryIncluded Data Types
ByteA bytea
Bit String bit
varbit
Boolean bool
Character bpchar
char
varchar
name
text
Date/Time date
interval
time
timetz
timestamp
timestamptz
Geometric box
circle
line
lseg
path
point
polygon
JSON json
jsonb
Money money
Numeric float4
float8
int2
int4
int8
OID oid
UUID uuid

Range and MultiRange data types are also supported by the Range and MultiRange parsers respectively.

Ecosystem

This package is part of the PostgreSQL-Typed ecosystem.

License

Mozilla Public License 2.0

Keywords

postgresql

FAQs

Package last updated on 03 Aug 2023

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