{"library":"handy-postgres","type":"library","category":null,"description":"A lightweight wrapper around node-postgres that provides a simplified promise-based API for common PostgreSQL operations such as querying, inserts, updates, transactions, streaming, and schema management. Version 1.3.2 is the latest stable release; the project is in maintenance mode with infrequent updates. Key differentiators include automatic loading and caching of SQL files from a folder, support for multiple database connections via separate config paths, and explicit transaction helpers with isolation level control. Compared to raw pg or knex, it reduces boilerplate for CRUD and transactions but lacks active development or TypeScript support.","language":"javascript","status":"maintenance","version":"1.3.2","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install handy-postgres","imports":["import HandyPg from 'handy-postgres'","const HandyPg = require('handy-postgres')","import pg from 'pg'"]},{"cmd":"yarn add handy-postgres","imports":[]},{"cmd":"pnpm add handy-postgres","imports":[]}],"homepage":"https://guidesmiths.github.io/handy-postgres/","github":"https://github.com/guidesmiths/handy-postgres","docs":null,"changelog":null,"pypi":null,"npm":"handy-postgres","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}