pg-async
JSON →pg-async (v3.1.0) is a tiny Promise-based PostgreSQL client for Node.js designed for easy use with ES7 async/await, wrapping the popular node-postgres (pg) library. It provides a concise API for queries, rows, values, and connection management, with support for tagged template literals via the SQL helper for safe parameterization. Released with an MIT license, it offers both pg and pg-native backends. Compared to raw pg or knex, pg-async reduces boilerplate while remaining lightweight and idiomatic for async/await patterns.
Resources
packagepg-async ↗