From 8d90c1086c0b02b3e88ff3a33cfe7c0a26b87606 Mon Sep 17 00:00:00 2001 From: lentil32 Date: Mon, 1 Jun 2026 19:46:24 +0900 Subject: [PATCH 1/3] Add OneQuery --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 88e1a50..e9d6aa2 100644 --- a/readme.md +++ b/readme.md @@ -154,6 +154,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows. * [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking. * [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines. +* [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. ### Related Lists @@ -162,4 +163,3 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). --- PRs welcome! - From ad6d1e9f1463151117a81e39b2860114ab74399b Mon Sep 17 00:00:00 2001 From: lentil32 Date: Mon, 1 Jun 2026 20:01:47 +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 e9d6aa2..7256e55 100644 --- a/readme.md +++ b/readme.md @@ -154,7 +154,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows. * [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking. * [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines. -* [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. ### Related Lists From 23bb5ada0ed25c4339125387678401ea278d739c Mon Sep 17 00:00:00 2001 From: lentil32 Date: Mon, 1 Jun 2026 20:07:48 +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 7256e55..30d5901 100644 --- a/readme.md +++ b/readme.md @@ -154,7 +154,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows. * [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking. * [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines. -* [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. ### Related Lists