Migrating to Drizzle ORM v1.0.0-beta.14
Version v1.0.0-beta.14 introduces 1 breaking change. This guide details how to update your code.
Released: 2/4/2026
1
Breaking Changes
1
Migration Steps
5
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
migratorgenerate commandpull commandPgColumnsdefineRelationsBreaking Changes
●Issue #1
Restricted usage of async functions in sync drivers' transactions. Async functions are no longer allowed within transactions when using synchronous drivers.
Migration Steps
- 1Review transaction logic in sync drivers if you were using async functions within transactions.
Release Summary
This release updates the migrator to apply all missing database changes and includes numerous bug fixes across SQL generation, introspection, and driver transactions. A key change restricts async function usage within sync driver transactions.
Need More Details?
View the full release notes and all changes for Drizzle ORM v1.0.0-beta.14.
View Full Changelog