DrizzleORM v0.30.9 release
Apr 22, 2024
New Features
- Added
setWhere
andtargetWhere
fields to.onConflictDoUpdate()
config in SQLite instead of singlewhere
field:
Read more about .onConflictDoUpdate()
method here.
- 🛠️ Added schema information to Drizzle instances via
db._.fullSchema
Fixes
- Fixed migrator in AWS Data API
To get started with Drizzle and AWS Data API follow the documentation.