From 7bb1b0ee81945dee558692a09a669e93131353f8 Mon Sep 17 00:00:00 2001 From: functioncrafter <43791027+functioncrafter@users.noreply.github.com> Date: Fri, 4 Sep 2026 11:59:26 +0400 Subject: [PATCH] Add 1bench to Extensions and Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93e4596..ace0d55 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ A curated list of awesome PostgreSQL tools, scripts, slides, and short examples. - [pg_bulkload](http://ossc-db.github.io/pg_bulkload/index.html) - It's a high speed data loading utility for PostgreSQL. - [pg](https://github.com/datawan-labs/pg) - Browser PostgreSQL, no server, just client and pglite (postgresql wasm) - [Bemi](https://github.com/BemiHQ/bemi) - Automatic data change tracking for PostgreSQL. +- [1bench](https://1bench.dev/postgresql) - Desktop client for PostgreSQL with pgvector support, plus two dozen other engines. #### SQL plan visualizers - [Depesz](http://explain.depesz.com/)