From 0a88f22df5235306e07a33d6f8b080db9c91bb7a Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 30 Dec 2024 19:03:40 +0800 Subject: feat: add sql agent (#152) --- tools/execute_sql_code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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)}" -- cgit v1.2.3