From d6087cfd48d8037f03cd025303d837e10d3abea8 Mon Sep 17 00:00:00 2001 From: wudidapaopao Date: Sun, 30 Mar 2025 22:11:00 +0800 Subject: [PATCH] docs: update README with acknowledgments section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 24e3272..c9ff92a 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,9 @@ You can file the bug at the [github issues page](https://github.com/chdb-io/chdb ## License This library is licensed under `Apache License 2.0`, see [`LICENSE`](./LICENSE). + +## Acknowledgments +Special thanks to the following projects: + +* [chDB 2.0 Ruby client](https://github.com/g3ortega/chdb) – As the foundational work for chDB 2.0, its design and architecture inspired this chDB 3.0 Ruby client. +* [SQLite3](https://github.com/sparklemotion/sqlite3-ruby) – We adopted patterns from its elegant Ruby API design.