Skip to content

Commit

Permalink
Documentation has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
leventkaragol committed Oct 20, 2024
1 parent cee3372 commit 62fcf49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ int main() {
}
```

> [!IMPORTANT]
> The connection pool size should not exceed PostgreSQL's max_connections limit,
> otherwise you will get an error like "too many clients"
## How to use? (Shared Connection)

The return value from the acquire method is a shared pointer and counts shared references. When you open a connection
Expand Down

0 comments on commit 62fcf49

Please sign in to comment.