From 042aed9dc64f2834a73d3c166db6088752d14069 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 3 Feb 2022 16:30:48 -0800 Subject: [PATCH] stuff --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9004c9e..b620509 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,15 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su ## Local development 1. Install Rust (latest stable is fine). -2. `cargo run --release` (to get better benchmarks) +2. `cargo run --release` (to get better benchmarks). ## Features -1. Session mode -2. Transaction mode (basic) +1. Session mode. +2. Transaction mode (basic). ## Missing -1. `COPY` support +1. `COPY` support. +2. Query cancellation support. 2. All the features I promised above. Will make them soon, promise :-).