This commit is contained in:
Lev Kokotov
2022-02-08 17:27:54 -08:00
parent bde4f214cc
commit 64b6cde2a4

View File

@@ -10,7 +10,7 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su
## Local development
1. Install Rust (latest stable is fine).
1. Install Rust (latest stable will work great).
2. `cargo run --release` (to get better benchmarks).
3. Change the config in `pgcat.toml` to fit your setup (optional given next step).
4. Install Postgres and run `psql -f tests/sharding/query_routing_setup.sql`