Skip to main content
Agno supports using Sqlite asynchronously as a storage backend for Teams, with the AsyncSqliteDb class.

Usage

Provide db_url, db_file or db_engine. If none is provided, a new database is created in the current directory. The following example uses db_file. Install the sqlalchemy, aiosqlite, openai, and ddgs packages:
async_sqlite_for_team.py

Params