{"library":"postgres-partial","type":"library","category":null,"description":"A lightweight wrapper around postgres.js (the porsager/postgres library) for building partial and dynamic SQL queries. Version 0.2.0 is the latest and only release. Unlike query builders like Knex or raw template strings, postgres-partial allows composing SQL fragments (e.g., WHERE clauses, SET clauses) that are merged into a final statement while preserving parameter safety. Designed for projects that use postgres.js and need a minimal, typed way to conditionally build queries without a full ORM. Types included.","language":"javascript","status":"active","version":"0.2.0","tags":["javascript","postgres.js","postgres","sql","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install postgres-partial","imports":["import { sql, eq, and } from 'postgres-partial'","import { PartialQuery } from 'postgres-partial'","import { Context } from 'postgres-partial'"]},{"cmd":"yarn add postgres-partial","imports":[]},{"cmd":"pnpm add postgres-partial","imports":[]}],"homepage":"git://github.com/yckao/postgres-partial","github":"git://github.com/yckao/postgres-partial","docs":null,"changelog":null,"pypi":null,"npm":"postgres-partial","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}