# 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…

- Published: 2025-10-29
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/eliminate-blocking-with-fully-async-sqlite-operations
- Markdown: https://agno-com-nine.vercel.app/articles/eliminate-blocking-with-fully-async-sqlite-operations.md

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.
