{"library":"pg-helpers","type":"library","category":null,"description":"pg-helpers is a lightweight Node.js library (v1.0.0) providing utility functions for querying PostgreSQL databases. It wraps common query patterns such as select, insert, update, and delete, and offers simple connection management via a configuration object. The library is designed for small-to-medium projects that want a thin layer over raw SQL without a full ORM. It uses the 'pg' package as a peer dependency and is released infrequently. Compared to Knex or Prisma, it provides minimal abstraction and is best for developers who prefer writing SQL with some helper shortcuts.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","Postgres"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install pg-helpers","imports":["import { query } from 'pg-helpers'","import { select } from 'pg-helpers'","import * as pgHelpers from 'pg-helpers'"]},{"cmd":"yarn add pg-helpers","imports":[]},{"cmd":"pnpm add pg-helpers","imports":[]}],"homepage":"https://github.com/postgres-plugin/pg-helpers#readme","github":"https://github.com/postgres-plugin/pg-helpers","docs":null,"changelog":null,"pypi":null,"npm":"pg-helpers","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}