From 9010819ac45f8f2f3e587aa3e6f49db621588c68 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Sat, 5 Feb 2022 13:45:07 -0800 Subject: [PATCH] more --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09e090a..cab6d58 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ 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`. ### Tests