npm drizzle-orm 0.30.2

latest releases: 0.34.0-d1da3b8, 0.34.0-ff1e9a5, 0.34.0-8dece56...
6 months ago

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.

Bug fixed

Don't miss a new drizzle-orm release

NewReleases is sending notifications on new releases.