Installation

Install SQLSpec with a database adapter and the Google ADK SDK.

pip install "sqlspec[asyncpg,adk]"
pip install "sqlspec[aiosqlite,adk]"
pip install "sqlspec[asyncmy,adk]"
pip install "sqlspec[duckdb,adk]"

What This Provides

The adk extra includes the Google ADK SDK (google-genai). SQLSpec provides:

  • Session Store - Persist ADK agent sessions to your database.

  • Memory Store - Store agent memory for context across conversations.

  • Event Store - Log agent events for observability.

Next Steps

Proceed to Quickstart to set up stores for your ADK agent.