postgres-bridge

JSON →
library 1.14.0 ·javascript
verified Jun 5, 2026

A compatibility layer that wraps the faster, leaner 'postgres' library (the porsager/postgres) with the widely-adopted 'pg' API (node-postgres). Currently at version 1.14.0, the project is stable and actively maintained with regular releases. Key differentiator: enables adopting the performance benefits of 'postgres' without migrating from 'pg' — especially useful for existing projects using Slonik or other pg-dependent libraries. Known limitations include no implicit pooling, no callback interface, no environment variable config, and no processID support.