From e3e13d68c6563256f5aa96b86a9d87ceb5d6badf Mon Sep 17 00:00:00 2001 From: Archil Odishelidze Date: Thu, 20 Aug 2026 01:37:24 +0400 Subject: [PATCH] Add DBTool to Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01fb437..37e2bab 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ - [CockroachDB](https://github.com/cockroachdb/cockroach) - CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. 👏 - [DB Browser for SQLite](https://github.com/sqlitebrowser/sqlitebrowser) - High quality, visual, open source tool with SQLite. 👏 - [DBeaver](https://github.com/dbeaver/dbeaver) - Free universal database tool and SQL client. 👏 +- [DBTool](https://github.com/achi777/db-tool) - Free desktop client for PostgreSQL, MySQL, MariaDB, SQLite, Oracle and SQL Server, with a visual query builder and ER diagrams. 👏 - [Gun](https://github.com/amark/gun) - Gun is an open-source and realtime, decentralized, offline-first, graph database engine written in JavaScript. 👏 - [Mongodb Compass](https://www.mongodb.com/products/compass) - Nice GUI for MongoDB with dark mode included. - [Postbird](https://github.com/Paxa/postbird) - Cross-platform PostgreSQL GUI client, written in JavaScript, runs with Electron. 👏