Skip to content
Changelog

Ensure reliable table creation with async database drivers

Agno Team

January 22, 20261 min read

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.

Shipped around the same time