This commit is contained in:
Lev Kokotov
2022-02-08 13:40:46 -08:00
parent 1f4a2e53e2
commit 3e66aba62b

View File

@@ -12,7 +12,8 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su
1. Install Rust (latest stable is fine).
2. `cargo run --release` (to get better benchmarks).
3. Install Postgres and create a user and a DB, e.g. `CREATE ROLE lev ENCRYPTED PASSWORD 'lev' LOGIN;` and `createdb lev`.
3. Change the config in `pgcat.toml` to fit your setup.
4. Install Postgres and create a user and a DB, e.g. `CREATE ROLE lev ENCRYPTED PASSWORD 'lev' LOGIN;` and `createdb lev`.
### Tests