🎉 ai-infra v1.0 is here — Production-ready AI/LLM infrastructure
What's new
nfrax logonfrax

Infrastructure that just works. Ship products, not boilerplate.

Frameworks

  • svc-infra
  • ai-infra
  • fin-infra
  • robo-infra

Resources

  • Getting Started
  • What's New
  • Contributing

Community

  • GitHub

© 2026 nfrax. All rights reserved.

nfrax logonfrax
Start HereWhat's New
GitHub
ai-infra / API Reference

SQLiteStorage

from ai_infra.replay import SQLiteStorage
View source
ai_infra.replay
Extends:Storage

SQLite-based storage backend. Persists recordings to a local SQLite database file.

python
storage = SQLiteStorage("workflows.db")
    recorder = WorkflowRecorder("test", storage)
Constructor
SQLiteStorage(db_path: str | Path = 'workflows.db')
ParameterTypeDefaultDescription
db_pathstr| Path'workflows.db'Path to SQLite database file

Methods

On This Page

Constructorclosedeleteexistslist_recordingsloadsave