mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-08 23:18:04 -05:00
Initial version supporting snowflake. Connects and executes arbitrary SQL. An rudimentary Python example is provided as well. --------- Co-authored-by: duwenxin <duwenxin@google.com> Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
23 lines
187 B
Plaintext
23 lines
187 B
Plaintext
# direnv
|
|
.envrc
|
|
|
|
# vscode
|
|
.vscode/
|
|
|
|
# idea
|
|
.idea/
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# hugo
|
|
.hugo/public/
|
|
.hugo/resources/_gen
|
|
.hugo_build.lock
|
|
|
|
# coverage
|
|
.coverage
|
|
|
|
# executable
|
|
genai-toolbox
|
|
toolbox |