v2.2.2
October 29, 2025
Eliminate blocking with fully Async SQLite operations
Introducing Async SqliteDb for end-to-end async database access. This enables higher throughput and lower tail latency in asyncio-based services by removing blocking I/O, while reducing boilerplate and integration effort.
Details
- Full async reads, writes, and transactions for SQLite
- Drop-in for async apps and serverless runtimes
- Examples included; no migration required for existing sync usage
Who this is for: Teams running agents in async web services, workers, or streaming pipelines.
