From 416b11f5ec4e75859585be99c24f4831491ab525 Mon Sep 17 00:00:00 2001 From: lentil32 Date: Mon, 1 Jun 2026 19:45:07 +0900 Subject: [PATCH 1/3] Add OneQuery --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b15320e..c84f3f3 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ List of tools and techniques for working with relational databases inspired by o - [LINQPad](https://www.linqpad.net/) - LINQPad is not just for LINQ queries, but any C#/F#/VB expression, statement block or program. - [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database - [MissionKontrol](https://github.com/Mission-Kontrol/MissionKontrol) - Self-hosted admin panel to manage one or more MySQL/PostGRES databases. +- [OneQuery](https://github.com/wordbricks/onequery) - Self-hosted data access gateway for databases, analytics tools, and APIs, with centralized credentials, read-only query validation, query limits, and audit logs. - [DBeaver](https://dbeaver.io) - Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases. - [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI. - [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features From 859f44fa9b0225c633a337156ed01437a0206463 Mon Sep 17 00:00:00 2001 From: lentil32 Date: Mon, 1 Jun 2026 20:02:13 +0900 Subject: [PATCH 2/3] Shorten OneQuery description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c84f3f3..4b92b11 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ List of tools and techniques for working with relational databases inspired by o - [LINQPad](https://www.linqpad.net/) - LINQPad is not just for LINQ queries, but any C#/F#/VB expression, statement block or program. - [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database - [MissionKontrol](https://github.com/Mission-Kontrol/MissionKontrol) - Self-hosted admin panel to manage one or more MySQL/PostGRES databases. -- [OneQuery](https://github.com/wordbricks/onequery) - Self-hosted data access gateway for databases, analytics tools, and APIs, with centralized credentials, read-only query validation, query limits, and audit logs. +- [OneQuery](https://github.com/wordbricks/onequery) - Self-hosted gateway for safe, auditable agent queries across approved data sources. - [DBeaver](https://dbeaver.io) - Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases. - [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI. - [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features From b72f8b8b157f98d3da0a97ca54eeeec3c4999930 Mon Sep 17 00:00:00 2001 From: lentil32 Date: Mon, 1 Jun 2026 20:08:14 +0900 Subject: [PATCH 3/3] Use queries for agents wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b92b11..f9fc090 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ List of tools and techniques for working with relational databases inspired by o - [LINQPad](https://www.linqpad.net/) - LINQPad is not just for LINQ queries, but any C#/F#/VB expression, statement block or program. - [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database - [MissionKontrol](https://github.com/Mission-Kontrol/MissionKontrol) - Self-hosted admin panel to manage one or more MySQL/PostGRES databases. -- [OneQuery](https://github.com/wordbricks/onequery) - Self-hosted gateway for safe, auditable agent queries across approved data sources. +- [OneQuery](https://github.com/wordbricks/onequery) - Self-hosted gateway for safe, auditable queries for agents across approved data sources. - [DBeaver](https://dbeaver.io) - Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases. - [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI. - [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features