Skip to main content

@db/postgres@0.19.5
Built and signed on GitHub Actions

Works with
This package works with Deno
This package works with Deno
JSR Score100%
Downloads2,111/wk
Published11 months ago (0.19.5)

Lightweight PostgreSQL driver for Deno

type alias CommandType

Type of query to be executed

Definition

"INSERT"
| "DELETE"
| "UPDATE"
| "SELECT"
| "MOVE"
| "FETCH"
| "COPY"
| "CREATE"

Add Package

deno add jsr:@db/postgres 

Import symbol

import { type CommandType } from "@db/postgres"; 
or

Import directly with a jsr specifier

import { type CommandType } from "jsr:@db/postgres";