Skip to main content
Home

Built and signed on GitHub Actions

Generates SQL commands for creating tables, inserting data, and performing operations like text search and matching in PostgreSQL databases.

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
2 weeks ago (0.1.2)
variable OPERAND_COUNT

Number of operands used with an SQL operator.

Type

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@nodef/extra-sql

Import symbol

import { OPERAND_COUNT } from "@nodef/extra-sql";
or

Import directly with a jsr specifier

import { OPERAND_COUNT } from "jsr:@nodef/extra-sql";

Add Package

pnpm i jsr:@nodef/extra-sql
or (using pnpm 10.8 or older)
pnpm dlx jsr add @nodef/extra-sql

Import symbol

import { OPERAND_COUNT } from "@nodef/extra-sql";

Add Package

yarn add jsr:@nodef/extra-sql
or (using Yarn 4.8 or older)
yarn dlx jsr add @nodef/extra-sql

Import symbol

import { OPERAND_COUNT } from "@nodef/extra-sql";

Add Package

npx jsr add @nodef/extra-sql

Import symbol

import { OPERAND_COUNT } from "@nodef/extra-sql";

Add Package

bunx jsr add @nodef/extra-sql

Import symbol

import { OPERAND_COUNT } from "@nodef/extra-sql";