Skip to content

Commit

Permalink
Documentation update (#431)
Browse files Browse the repository at this point in the history
This PR updates the README.md to remove session pooling as a todo item. 

It seems like session pooling was added in commit #79 but the README.md
was never updated.

Co-authored-by: CommanderKeynes <[email protected]>
  • Loading branch information
AndrewJackson2020 and CommanderKeynes authored Jan 7, 2025
1 parent 908d21b commit f6a6a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ supported ([todo](#future-work)).
- Easy drop-in replacement for `PgBouncer`
- Pool mode support per tenant
- Transaction
- Session
- Native
- Cloud-native
- Cluster-able
- Resilient during cluster resizing
Expand Down Expand Up @@ -120,8 +122,6 @@ supported ([todo](#future-work)).
- Query caching
- Query results are optionally cached in the pool cluster and returned before
hitting the tenant database
- Session pooling
- Like `PgBouncer`
- Multi-protocol Postgres query interface
- Postgres binary
- HTTPS
Expand Down

0 comments on commit f6a6a20

Please sign in to comment.