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

Usage

You need to provide either db_url, db_file or db_engine. The following example uses db_file.
async_sqlite_for_team.py

Params