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

# Sqlite

> Examples demonstrating SQLite database integration with Agno agents, teams, and workflows.

| 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)                          | 2. Run: `python cookbook/storage/sqlite_storage/sqlite_storage_for_team.py` to run the team.   |
| [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. |
