# Ensure reliable table creation with async database drivers

> A fix restores reliable table creation across AsyncSQLiteDb, AsyncPostgresDb, AsyncMySQLDb, and FirestoreDb.

- Published: 2026-01-22
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/ensure-reliable-table-creation-with-async-database-drivers
- Markdown: https://agno-com-nine.vercel.app/articles/ensure-reliable-table-creation-with-async-database-drivers.md

A fix restores reliable table creation across AsyncSQLiteDb, AsyncPostgresDb, AsyncMySQLDb, and FirestoreDb. This removes a blocker that could prevent schema setup during initialization, improving startup reliability and reducing manual intervention across environments.

Details:

- Unblocks table creation during provisioning and cold starts
- Applies consistently across multiple async backends in one upgrade
- No application changes required

Who this is for: Teams using async database backends for storage who need predictable deployment and operations.
