> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-docs-scavio-google-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SQLite

> Store agent, team, and workflow sessions in SQLite.

| Example                                                                              | Description                                                                                    |
| ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------- |
| [Use SQLite as the database for an Agent](/examples/storage/sqlite/sqlite-for-agent) | SQLite storage backend for agent sessions.                                                     |
| [SQLite for Team](/examples/storage/sqlite/sqlite-for-team)                          | HackerNews research team stores sessions in a SQLite file with structured Article output.      |
| [SQLite Storage for Workflow](/examples/storage/sqlite/sqlite-for-workflow)          | Demonstrates using SqliteDb as the session storage backend for a workflow.                     |
| [Async SQLite](/examples/storage/sqlite/async-sqlite/overview)                       | Examples demonstrating asynchronous SQLite integration with Agno agents, teams, and workflows. |
