mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 18:36:28 +00:00
Update README.md
This commit is contained in:
@@ -11,9 +11,10 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su
|
|||||||
## Local development
|
## Local development
|
||||||
|
|
||||||
1. Install Rust (latest stable will work great).
|
1. Install Rust (latest stable will work great).
|
||||||
2. `cargo run --release` (to get better benchmarks).
|
2. `cargo build --release` (to get better benchmarks).
|
||||||
3. Change the config in `pgcat.toml` to fit your setup (optional given next step).
|
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`
|
4. Install Postgres and run `psql -f tests/sharding/query_routing_setup.sql`
|
||||||
|
5. `cargo run --release` You're ready to go!
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user