You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,3 +120,9 @@ You can file the bug at the [github issues page](https://github.com/chdb-io/chdb
120
120
## License
121
121
122
122
This library is licensed under `Apache License 2.0`, see [`LICENSE`](./LICENSE).
123
+
124
+
## Acknowledgments
125
+
Special thanks to the following projects:
126
+
127
+
* [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.
128
+
* [SQLite3](https://github.com/sparklemotion/sqlite3-ruby) – We adopted patterns from its elegant Ruby API design.
0 commit comments