1 parent cee3372 commit 62fcf49Copy full SHA for 62fcf49
1 file changed
README.md
@@ -88,6 +88,10 @@ int main() {
88
}
89
```
90
91
+> [!IMPORTANT]
92
+> The connection pool size should not exceed PostgreSQL's max_connections limit,
93
+> otherwise you will get an error like "too many clients"
94
+
95
## How to use? (Shared Connection)
96
97
The return value from the acquire method is a shared pointer and counts shared references. When you open a connection
0 commit comments