Reputation: 301
I am trying to find what are the different middleware available to work with Postgres DB. Every one is recommending about PgBouncer and PgPool II. What are the list of other middleware that I can work with.
Upvotes: 3
Views: 8249
Reputation: 144
PgCat is a new pooler from PostgresML written in Rust and compatible with PgBouncer.
Supavisor is a new pooler written in Elixir.
There is a slightly old comparison of PgCat and PgBouncer and a recent benchmarking of PgBouncer, PgCat and Supavisor.
Upvotes: 1
Reputation: 14259
Example list of other middlewares:
Upvotes: 5