Back to Drizzle Orm

DrizzleORM v0.30.2 release

src/content/docs/latest-releases/drizzle-orm-v0302.mdx

latest799 B
Original Source

Improvements

LibSQL migrations have been updated to utilize batch execution instead of transactions. As stated in the documentation, LibSQL now supports batch operations

A batch consists of multiple SQL statements executed sequentially within an implicit transaction. The backend handles the transaction: success commits all changes, while any failure results in a full rollback with no modifications.

To get started with Turso and Drizzle follow the documentation

Fixes

  • [Sqlite] Fix findFirst query for bun:sqlite (#1885)

To get started with Bun SQLite and Drizzle follow the documentation