0.30.2
版本发布时间: 2024-03-14 22:26:30
drizzle-team/drizzle-orm最新发布版本:0.34.1(2024-10-08 04:07:09)
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
- [Sqlite] Fix findFirst query for bun:sqlite #1885 - thanks @shaileshaanand
1、 drizzle-orm-0.30.2-dist.tgz 644.49KB