Sign In

unconventional-pg-queries

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unconventional-pg-queries

A lightweight postgres query builder

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
125
37.36%
Maintainers
1
Weekly downloads
 
Created
Source

Unconventional Queries

GitHub npm npm Bundle Size Bundle Size npm type definitions

A lightweight PostgreSQL query builder for Node.js applications.

Features

  • Simple Query Building: Build complex SQL queries using plain JavaScript objects
  • Type Safety: Full TypeScript support with comprehensive type definitions
  • Relation Support: Expand related data with nested objects
  • Relation Filtering: Filter on related tables
  • JSON Support: Query nested JSON fields
  • Pagination: Built-in cursor-based pagination
  • Lightweight: Minimal dependencies, only requires pg

Installation

npm install unconventional-pg-queries

Unconventional Queries is a tiny query builder for the pg library. Perfect for edge workers with size limits, such as Cloudflare Workers, where every line of code counts. Unlock the utility of your Postgres DB, minimize bloat, and never write a line of SQL manually again!

DOCUMENTATION

Keywords

cloudflare

FAQs

Package last updated on 20 Jul 2026

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