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/oids

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postgresql-typed/oids

A collection of the PostgreSQL OIDs (Object Identifiers) for all of the built-in data types.

0.2.0
latest
Source
npmnpm
Version published
Weekly downloads
17K
-1.41%
Maintainers
1
Weekly downloads
 
Created
Source

@PostgreSQL-Typed/OIDs

A collection of the PostgreSQL OIDs (Object Identifiers) for all of the built-in data types.

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

Installation

Install @postgresql-typed/oids

npm install --save @postgresql-typed/oids

Usage

import { OID, OIDs } from "@postgresql-typed/oids";

console.log(OID.uuid); // 2950

let oid: OIDs = "uuid"; // Has autocomplete when using OIDs as the TypeScript type

console.log(OID[oid]); // 2950

Ecosystem

PostgreSQL-Typed

This package is part of the PostgreSQL-Typed ecosystem.

License

Mozilla Public License 2.0

Keywords

postgresql

FAQs

Package last updated on 02 Nov 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