Overview
AsyncSqliteStorage provides an asynchronous file-based SQLite storage backend using SQLAlchemy with aiosqlite. Ideal for async applications, local development, and single-node deployments.
Install
Install the SQLite storage optional dependency group:
Basic Usage
Parameters
If no connection parameter is provided, the storage defaults to creating
./upsonic.db in the current directory.
