File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments