adk api_server --session_service_uri sqlite:///sessions.db

Category: Google ADK

adk api_server --session_service_uri sqlite:///sessions.db

Persist API server sessions in SQLite

Stores all HTTP sessions in a SQLite database file so conversations survive server restarts. Without it the default local storage applies. Pair with adk migrate session after upgrading ADK, since the schema can change between versions.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.