mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
419 B
419 B
PgCat
Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover support.
Alpha: don't use in production just yet.
Local development
- Install Rust (latest stable is fine).
cargo run --release(to get better benchmarks)
Features
- Session mode
- Transaction mode (basic)
Missing
COPYsupport- All the features I promised above. Will make them soon, promise :-).