dbal

JSON →
library 1.0.0-alpha.5 ·javascript maintenance
verified Jun 5, 2026

Minimal wrapper on top of the pg (node-postgres) library, providing a simplified database abstraction layer for PostgreSQL in Node.js. Version 1.0.0-alpha.5 is the latest alpha release with TypeScript type definitions. The package is designed for simple query patterns with automatic connection handling and basic result mapping. It is lightly maintained and not recommended for production use due to alpha status and limited feature set compared to alternatives like knex or pg-promise.