Skip to content

Commit 2443a1b

Browse files
DeanChensjcopybara-github
authored andcommitted
docs: Update adk cli help message regarding the update to SqliteSessionService
Co-authored-by: Shangjie Chen <deanchen@google.com> PiperOrigin-RevId: 830521954
1 parent 7b87056 commit 2443a1b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,12 @@ def decorator(func):
877877
sessions. <agent_engine> can either be the full qualified resource
878878
name 'projects/abc/locations/us-central1/reasoningEngines/123' or
879879
the resource id '123'.
880-
- Use 'sqlite://<path_to_sqlite_file>' to connect to a SQLite DB.
881-
- See https://docs.sqlalchemy.org/en/20/core/engines.html#backend-specific-urls for more details on supported database URIs."""
880+
- Use 'sqlite://<path_to_sqlite_file>' to connect to an aio-sqlite
881+
based session service, which is good for local development.
882+
- Use 'postgresql://<user>:<password>@<host>:<port>/<database_name>'
883+
to connect to a PostgreSQL DB.
884+
- See https://docs.sqlalchemy.org/en/20/core/engines.html#backend-specific-urls
885+
for more details on other database URIs supported by SQLAlchemy."""
882886
),
883887
)
884888
@click.option(

0 commit comments

Comments
 (0)