Enhancing Community Trust: Production Readiness and Performance Insights #45
Replies: 1 comment
-
Hi there. Let me tell about this project. We created PostgreJS because we couldn't find a PostgreSQL driver enough for our high load enterprise level applications. 'pg' is good and popular but it implements text transfer format which is slow and puts a load on the server. And also it is built on NodeJS event emitters. This makes it open to bugs. This cannot be tolerated because our projects have very heavy SLAs. Testing & Reliability: The driver itself has been tested with more than 270 test scenerios. And it has beed tested with our projects also within more than 1000 scnerios. |
Beta Was this translation helpful? Give feedback.
-
Hi there! I've been searching for a reliable PostgreSQL client for Node.js that supports the binary protocol mode, and I'm thrilled to have found this project. However, before adopting it in production, I’d love to learn more about its maturity and usage:
From what I’ve seen, the codebase looks well-structured. Providing details about real-world usage, performance benchmarks, and notable adoptions in the README or documentation could help build trust and encourage broader community adoption.
I appreciate any information you can share!
Beta Was this translation helpful? Give feedback.
All reactions