Skip to main content

Overview

SqliteStorage provides a file-based SQLite storage backend. Ideal for local development, single-node deployments, and testing.

Install

Install the SQLite storage optional dependency group:

Basic Usage

Parameters

Storage Type

SqliteStorage is a synchronous storage implementation. It uses SQLAlchemy with thread-safe scoped sessions.