diff options
| author | sigoden <sigoden@gmail.com> | 2024-12-30 19:03:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-30 19:03:40 +0800 |
| commit | 0a88f22df5235306e07a33d6f8b080db9c91bb7a (patch) | |
| tree | 59b8d015f64cd23c856ad9f44920278efc5567b9 /tools/execute_sql_code.sh | |
| parent | f81a81711b1e35e16ed8be7062c14ae550da4adb (diff) | |
| download | llm-functions-docker-0a88f22df5235306e07a33d6f8b080db9c91bb7a.tar.gz | |
feat: add sql agent (#152)
Diffstat (limited to 'tools/execute_sql_code.sh')
| -rwxr-xr-x | tools/execute_sql_code.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/execute_sql_code.sh b/tools/execute_sql_code.sh index 34cd948..eb27ce2 100755 --- a/tools/execute_sql_code.sh +++ b/tools/execute_sql_code.sh @@ -6,7 +6,7 @@ set -e # @meta require-tools usql -# @env USQL_DSN! The database url, e.g. pgsql://user:pass@host/dbname +# @env USQL_DSN! The database connection url. e.g. pgsql://user:pass@host:port # @env LLM_OUTPUT=/dev/stdout The output path ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)}" |
