DrizzleORM v0.30.8 release
Apr 11, 2024
New Features
Learn more about Postgres schemas and enums.
Fixes
- Changed D1
migrate()
function to use batch API (#2137)
To get started with Drizzle and D1 follow the documentation.
- Split
where
clause in Postgres.onConflictDoUpdate
method intosetWhere
andtargetWhere
clauses, to support bothwhere
cases inon conflict ...
clause (fixes #1628, #1302 via #2056).
Learn more about .onConflictDoUpdate
method here.
- Fixed query generation for
where
clause in Postgres.onConflictDoNothing
method, as it was placed in a wrong spot (fixes #1628 via #2056).
Learn more about .onConflictDoNothing
method here.
- Fixed multiple issues with AWS Data API driver (fixes #1931, #1932, #1934, #1936 via #2119)
- Fix inserting and updating array values in AWS Data API (fixes #1912 via #1911)
To get started with Drizzle and AWS Data API follow the documentation.